File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
49
49
#include "catalog/pg_relcheck.h"
50
50
#include "catalog/pg_rewrite.h"
51
51
#include "catalog/pg_type.h"
52
- #include "catalog/pg_variable.h"
53
52
#include "commands/trigger.h"
54
53
#include "lib/hasht.h"
55
54
#include "miscadmin.h"
@@ -2166,8 +2165,7 @@ RelationCacheInitializePhase2(void)
2166
2165
fixrdesc (TypeRelationName );
2167
2166
2168
2167
/*
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.
2171
2169
*/
2172
2170
}
2173
2171
}
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
54
54
* obviously, a page is not formatted before it is initialized with by
55
55
* a call to PageInit.
56
56
*
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.
60
60
*
61
61
* NOTES:
62
62
*
You can’t perform that action at this time.
0 commit comments