Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3de8407

Browse files
committed
Remove useless leftover global variable Ps_status_buffer.
1 parent6b3c8e3 commit3de8407

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-
#ifndeflinux
101-
charPs_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)

[8]ページ先頭

©2009-2025 Movatter.jp