Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 80d4ae9

Browse files
committed
Small include file fix for pg_variabie.h
1 parent 61ba9e6 commit 80d4ae9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/backend/utils/cache/relcache.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.133 2001/05/14 21:53:16 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.134 2001/05/14 22:06:41 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -49,7 +49,6 @@
4949
#include "catalog/pg_relcheck.h"
5050
#include "catalog/pg_rewrite.h"
5151
#include "catalog/pg_type.h"
52-
#include "catalog/pg_variable.h"
5352
#include "commands/trigger.h"
5453
#include "lib/hasht.h"
5554
#include "miscadmin.h"
@@ -2166,8 +2165,7 @@ RelationCacheInitializePhase2(void)
21662165
fixrdesc(TypeRelationName);
21672166

21682167
/*
2169-
* We don't bother to update the entries for pg_variable or
2170-
* pg_log.
2168+
* We don't bother to update the entries for pg_log.
21712169
*/
21722170
}
21732171
}

src/include/storage/bufpage.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: bufpage.h,v 1.41 2001/03/22 04:01:05 momjian Exp $
10+
* $Id: bufpage.h,v 1.42 2001/05/14 22:06:41 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -54,9 +54,9 @@
5454
* obviously, a page is not formatted before it is initialized with by
5555
* a call to PageInit.
5656
*
57-
* the contents of the special pg_variable/pg_time/pg_log tables are
58-
* raw disk blocks with special formats. these are the only "access
59-
* methods" that need not write disk pages.
57+
* The contents of the special pg_log tables are raw disk blocks with
58+
* special formats. these are the only "access methods" that need not
59+
* write disk pages.
6060
*
6161
* NOTES:
6262
*

0 commit comments

Comments
 (0)