Skip to content

Commit 975c4f0

Browse files
committed
Fix bug in PgTransactionIdSetTreeStatus
1 parent 50483ab commit 975c4f0

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

src/backend/access/transam/clog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ PgTransactionIdSetTreeStatus(TransactionId xid, int nsubxids,
217217
subxids + nsubxids_on_first_page,
218218
status, lsn);
219219
}
220-
return true;
221220
}
222221

223222
/*

0 commit comments

Comments
 (0)