Commit b4594a66 authored by Tom Lane's avatar Tom Lane

Add missing 'static' tag.

parent 85d02a65
...@@ -37,7 +37,7 @@ ...@@ -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) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment