提交 b4594a66 编写于 作者: T Tom Lane

Add missing 'static' tag.

上级 85d02a65
......@@ -37,7 +37,7 @@
*
*
* 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)
*/
void
static void
KnownAssignedXidsDisplay(int trace_level)
{
HASH_SEQ_STATUS status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册