diff options
Diffstat (limited to 'src/include/utils/typcache.h')
-rw-r--r-- | src/include/utils/typcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h index 0856fddea14..b94bcd9356e 100644 --- a/src/include/utils/typcache.h +++ b/src/include/utils/typcache.h @@ -6,10 +6,10 @@ * The type cache exists to speed lookup of certain information about data * types that is not directly available from a type's pg_type row. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.4 2004/06/05 01:55:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.5 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ |