diff options
Diffstat (limited to 'src/include/access/printtup.h')
| -rw-r--r-- | src/include/access/printtup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 68420cd1b9..ff775eb269 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.17 2001/10/28 06:25:59 momjian Exp $ + * $Id: printtup.h,v 1.18 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,4 +29,4 @@ extern void spi_printtup(HeapTuple tuple, TupleDesc tupdesc, extern bool getTypeOutputInfo(Oid type, Oid *typOutput, Oid *typElem, bool *typIsVarlena); -#endif /* PRINTTUP_H */ +#endif /* PRINTTUP_H */ |
