Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3de8407

Browse files
committed
Remove useless leftover global variable Ps_status_buffer.
1 parent 6b3c8e3 commit 3de8407

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/backend/utils/init/globals.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.51 2001/01/19 22:08:47 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.52 2001/01/23 20:33:29 petere Exp $
1212
*
1313
* NOTES
1414
* Globals used all over the place should be declared here and not
@@ -94,14 +94,6 @@ char *IndexedCatalogNames[] = {
9494
};
9595

9696

97-
/*
98-
* ps status buffer
99-
*/
100-
#ifndef linux
101-
char Ps_status_buffer[1024];
102-
103-
#endif
104-
10597
/* ----------------
10698
* we just do a linear search now so there's no requirement that the list
10799
* be ordered. The list is so small it shouldn't make much difference.

0 commit comments

Comments
 (0)