diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-14 22:06:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-14 22:06:41 +0000 |
commit | 80d4ae931ad50ca8eb95cc5dd6290e11eb08bbfa (patch) | |
tree | 8f733383d2aad8df311d70259933451ae98ebc51 /src | |
parent | 61ba9e685bd94290a4bf1b7effbaf85013c9f94f (diff) | |
download | postgresql-80d4ae931ad50ca8eb95cc5dd6290e11eb08bbfa.tar.gz postgresql-80d4ae931ad50ca8eb95cc5dd6290e11eb08bbfa.zip |
Small include file fix for pg_variabie.h
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 6 | ||||
-rw-r--r-- | src/include/storage/bufpage.h | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index 7f49b1c56d7..d2459f7766b 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.133 2001/05/14 21:53:16 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.134 2001/05/14 22:06:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -49,7 +49,6 @@ #include "catalog/pg_relcheck.h" #include "catalog/pg_rewrite.h" #include "catalog/pg_type.h" -#include "catalog/pg_variable.h" #include "commands/trigger.h" #include "lib/hasht.h" #include "miscadmin.h" @@ -2166,8 +2165,7 @@ RelationCacheInitializePhase2(void) fixrdesc(TypeRelationName); /* - * We don't bother to update the entries for pg_variable or - * pg_log. + * We don't bother to update the entries for pg_log. */ } } diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 9dd956d3081..53532424452 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.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: bufpage.h,v 1.41 2001/03/22 04:01:05 momjian Exp $ + * $Id: bufpage.h,v 1.42 2001/05/14 22:06:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -54,9 +54,9 @@ * obviously, a page is not formatted before it is initialized with by * a call to PageInit. * - * the contents of the special pg_variable/pg_time/pg_log tables are - * raw disk blocks with special formats. these are the only "access - * methods" that need not write disk pages. + * The contents of the special pg_log tables are raw disk blocks with + * special formats. these are the only "access methods" that need not + * write disk pages. * * NOTES: * |