10000 Minor fix · pct960/postgres@30514bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 30514bf

Browse files
committed
Minor fix
1 parent 00ffad3 commit 30514bf

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
@@ -1369,7 +1369,7 @@ RecordTransactionCommit(void)
13691369
SyncRepWaitForLSN(XLogMaxLSN, false);
13701370
elog(INFO, "RO finished waiting for syncrepwaitforlsn!");
13711371
}
1372-
elog(INFO, "RO txn maxLSN = (%d), RecntFlushPtr value = (%d), XactMaxLSN = (%d)", XLogMaxLSN, RecentFlushPtr, XactMaxLSN);
1372+
//elog(INFO, "RO txn maxLSN = (%d), RecntFlushPtr value = (%d), XactMaxLSN = (%d)", XLogMaxLSN, RecentFlushPtr, XactMaxLSN);
13731373
}
13741374
if (!wrote_xlog)
13751375
goto cleanup;

0 commit comments

Comments
 (0)
0