Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb4594a6

Browse files
committed
Add missing 'static' tag.
1 parent85d02a6 commitb4594a6

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+
staticvoid
24752475
KnownAssignedXidsDisplay(inttrace_level)
24762476
{
24772477
HASH_SEQ_STATUSstatus;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp