Skip to content

Commit 9e078fe

Browse files
committed
Remove leftover reference to old "flat file" mechanism in a comment.
The flat file mechanism was removed in PostgreSQL 9.0.
1 parent 6bd3203 commit 9e078fe

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

src/backend/access/transam/xact.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5631,8 +5631,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid)
56315631
xid, parsed->nsubxacts, parsed->subxacts, max_xid);
56325632

56335633
/*
5634-
* There are no flat files that need updating, nor invalidation
5635-
* messages to send or undo.
5634+
* There are no invalidation messages to send or undo.
56365635
*/
56375636

56385637
/*

0 commit comments

Comments
 (0)