diff options
Diffstat (limited to 'src/include/access/printtup.h')
-rw-r--r-- | src/include/access/printtup.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index f6a4f237c31..eab2fd3db13 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: printtup.h,v 1.14 2001/01/24 19:43:19 momjian Exp $ + * $Id: printtup.h,v 1.15 2001/03/22 04:00:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,13 +20,13 @@ extern DestReceiver *printtup_create_DR(bool isBinary); extern void showatts(char *name, TupleDesc attinfo); extern void debugtup(HeapTuple tuple, TupleDesc typeinfo, - DestReceiver *self); + DestReceiver *self); /* XXX this one is really in executor/spi.c */ extern void spi_printtup(HeapTuple tuple, TupleDesc tupdesc, - DestReceiver *self); + DestReceiver *self); extern bool getTypeOutputInfo(Oid type, Oid *typOutput, Oid *typElem, - bool *typIsVarlena); + bool *typIsVarlena); #endif /* PRINTTUP_H */ |