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

Commitca59913

Browse files
committed
Removed debug printf.
1 parent4075a17 commitca59913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/storage/ipc/procarray.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,6 @@ PgGetOldestXmin(Relation rel, int flags)
14411441
result=FirstNormalTransactionId;
14421442
}
14431443

1444-
printf("global_snapshot_xmin is %d, result is %d",global_snapshot_xmin,result);
14451444
if (TransactionIdIsValid(global_snapshot_xmin)&&
14461445
NormalTransactionIdPrecedes(global_snapshot_xmin,result))
14471446
result=global_snapshot_xmin;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp