8000 Add missing 'static' tag. · postgrespro/postgres_cluster@b4594a6 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit b4594a6

Browse files
committed
Add missing 'static' tag.
1 parent 85d02a6 commit b4594a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.52 2009/12/19 01:32:35 sriggs Exp $
40+
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.53 2009/12/31 21:47:12 tgl Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -2471,7 +2471,7 @@ KnownAssignedXidsRemoveMany(TransactionId xid, bool keepPreparedXacts)
24712471
*
24722472
* Must be called while holding ProcArrayLock (in shared mode)
24732473
*/
2474-
void
2474+
static void
24752475
KnownAssignedXidsDisplay(int trace_level)
24762476
{
24772477
HASH_SEQ_STATUS status;

0 commit comments

Comments
 (0)
0