diff options
Diffstat (limited to 'src/include/catalog/pg_log.h')
-rw-r--r-- | src/include/catalog/pg_log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_log.h b/src/include/catalog/pg_log.h index 49433c69d21..9368f2bdce9 100644 --- a/src/include/catalog/pg_log.h +++ b/src/include/catalog/pg_log.h @@ -7,10 +7,10 @@ * relcache code happy. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_log.h,v 1.7 2000/01/26 05:57:57 momjian Exp $ + * $Id: pg_log.h,v 1.8 2001/01/24 19:43:21 momjian Exp $ * * NOTES * The structures and macros used by the transam/ code |