1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Add missing 'static' tag.

This commit is contained in:
Tom Lane 2009-12-31 21:47:12 +00:00
parent 85d02a6586
commit b4594a66ba

View File

@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.52 2009/12/19 01:32:35 sriggs Exp $ * $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.53 2009/12/31 21:47:12 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -2471,7 +2471,7 @@ KnownAssignedXidsRemoveMany(TransactionId xid, bool keepPreparedXacts)
* *
* Must be called while holding ProcArrayLock (in shared mode) * Must be called while holding ProcArrayLock (in shared mode)
*/ */
void static void
KnownAssignedXidsDisplay(int trace_level) KnownAssignedXidsDisplay(int trace_level)
{ {
HASH_SEQ_STATUS status; HASH_SEQ_STATUS status;