1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb

forced.
This commit is contained in:
Bruce Momjian
2001-05-14 20:30:21 +00:00
parent 248182560c
commit 1e7b79cebc
16 changed files with 17 additions and 293 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.56 2001/05/12 01:48:49 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.57 2001/05/14 20:30:21 momjian Exp $
*
* NOTES
* Globals used all over the place should be declared here and not
@@ -115,6 +115,5 @@ char *SharedSystemRelationNames[] = {
GroupSysidIndex,
LogRelationName,
ShadowRelationName,
VariableRelationName,
0
};