Skip to content

Commit fba7902

Browse files
committed
Removed debug printf.
1 parent 2c437bd commit fba7902

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy