8000 Removed extraneous elog · pct960/postgres@4fb9b95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fb9b95

Browse files
committed
Removed extraneous elog
1 parent 6961296 commit 4fb9b95

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
@@ -1460,7 +1460,7 @@ RecordTransactionCommit(void)
14601460
* if all to-be-deleted tables are temporary though, since they are lost
14611461
* anyway if we crash.)
14621462
*/
1463-
elog(FATAL, "wrote_xlog value is is (%d)", wrote_xlog);
1463+
//elog(FATAL, "wrote_xlog value is is (%d)", wrote_xlog);
14641464

14651465
if ((wrote_xlog && markXidCommitted &&
14661466
synchronous_commit > SYNCHRONOUS_COMMIT_OFF) ||

0 commit comments

Comments
 (0)
0