We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a69c31 commit 3bd03b3Copy full SHA for 3bd03b3
src/backend/utils/init/globals.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.42 2000/04/12 17:16:02 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.43 2000/05/05 03:09:43 tgl Exp $
12
13
* NOTES
14
* Globals used all over the place should be declared here and not
@@ -25,6 +25,7 @@
25
#include "postgres.h"
26
27
#include "catalog/catname.h"
28
+#include "catalog/indexing.h"
29
#include "libpq/pqcomm.h"
30
#include "miscadmin.h"
31
#include "storage/backendid.h"
@@ -115,6 +116,8 @@ char Ps_status_buffer[1024];
115
116
char *SharedSystemRelationNames[] = {
117
DatabaseRelationName,
118
GroupRelationName,
119
+ GroupNameIndex,
120
+ GroupSysidIndex,
121
LogRelationName,
122
ShadowRelationName,
123
VariableRelationName,
0 commit comments