8000 Added back elog for debugging · pct960/postgres@6364237 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6364237

Browse files
author
Ubuntu
committed
Added back elog for debugging
1 parent 9f51e0b commit 6364237

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ RecordTransactionCommit(void)
13831383
if(XLogMaxLSN > RecentFlushPtr)
13841384
{
13851385
SyncRepWaitForLSN(XLogMaxLSN, false);
1386-
//elog(INFO, "RO finished waiting for syncrepwaitforlsn!");
1386+
elog(INFO, "RO finished waiting for syncrepwaitforlsn!");
13871387
}
13881388
//elog(INFO, "RO txn maxLSN = (%d), RecntFlushPtr value = (%d), XactMaxLSN = (%d)", XLogMaxLSN, RecentFlushPtr, XactMaxLSN);
13891389
//elog(INFO, "walsndctl->latch = (%d), XLogMaxLSN = (%d)", WalSndCtl->walsnds->latch, XLogMaxLSN);

0 commit comments

Comments
 (0)
0