Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy