Skip to content

Commit 2bc59f8

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 64ad372 commit 2bc59f8

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
@@ -5778,8 +5778,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid)
57785778
xid, parsed->nsubxacts, parsed->subxacts, max_xid);
57795779

57805780
/*
5781-
* There are no flat files that need updating, nor invalidation
5782-
* messages to send or undo.
5781+
* There are no invalidation messages to send or undo.
57835782
*/
57845783

57855784
/*

0 commit comments

Comments
 (0)