8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3c8e3 commit 3de8407Copy full SHA for 3de8407
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.51 2001/01/19 22:08:47 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.52 2001/01/23 20:33:29 petere Exp $
12
13
* NOTES
14
* Globals used all over the place should be declared here and not
@@ -94,14 +94,6 @@ char *IndexedCatalogNames[] = {
94
};
95
96
97
-/*
98
- * ps status buffer
99
- */
100
-#ifndef linux
101
-char Ps_status_buffer[1024];
102
-
103
-#endif
104
105
/* ----------------
106
* we just do a linear search now so there's no requirement that the list
107
* be ordered. The list is so small it shouldn't make much difference.
0 commit comments