diff options
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 1d4bc1989de..54ca9bfd17a 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -4,10 +4,10 @@ * common declarations for the GiST access method code. * * - * 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/access/gist.h,v 1.40 2004/03/30 15:45:33 teodor Exp $ + * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.41 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ |