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

Commit ca59913

Browse files
committed
Removed debug printf.
1 parent 4075a17 commit ca59913

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)