Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97bffbc

Browse files
committed
Removed debug printf.
1 parent 46639d6 commit 97bffbc

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
@@ -1515,7 +1515,6 @@ PgGetOldestXmin(Relation rel, int flags)
15151515
result = FirstNormalTransactionId;
15161516
}
15171517

1518-
printf("global_snapshot_xmin is %d, result is %d", global_snapshot_xmin, result);
15191518
if (TransactionIdIsValid(global_snapshot_xmin) &&
15201519
NormalTransactionIdPrecedes(global_snapshot_xmin, result))
15211520
result = global_snapshot_xmin;

0 commit comments

Comments
 (0)