Skip to content

Commit 46012d1

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 9a6a104 commit 46012d1

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
@@ -4928,8 +4928,7 @@ xact_redo_abort(xl_xact_abort *xlrec, TransactionId xid)
49284928
ExpireTreeKnownAssignedTransactionIds(xid, xlrec->nsubxacts, sub_xids, max_xid);
49294929

49304930
/*
4931-
* There are no flat files that need updating, nor invalidation
4932-
* messages to send or undo.
4931+
* There are no invalidation messages to send or undo.
49334932
*/
49344933

49354934
/*

0 commit comments

Comments
 (0)