File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
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/init/globals.c,v 1.42 2000/04/12 17:16:02 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.43 2000/05/05 03:09:43 tgl Exp $
12
12
*
13
13
* NOTES
14
14
* Globals used all over the place should be declared here and not
25
25
#include "postgres.h"
26
26
27
27
#include "catalog/catname.h"
28
+ #include "catalog/indexing.h"
28
29
#include "libpq/pqcomm.h"
29
30
#include "miscadmin.h"
30
31
#include "storage/backendid.h"
@@ -115,6 +116,8 @@ char Ps_status_buffer[1024];
115
116
char * SharedSystemRelationNames [] = {
116
117
DatabaseRelationName ,
117
118
GroupRelationName ,
119
+ GroupNameIndex ,
120
+ GroupSysidIndex ,
118
121
LogRelationName ,
119
122
ShadowRelationName ,
120
123
VariableRelationName ,
You can’t perform that action at this time.
0 commit comments