Skip to content

Commit 256be10

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 d65b5cc commit 256be10

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5887,8 +5887,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid)
58875887
xid, parsed->nsubxacts, parsed->subxacts, max_xid);
58885888

58895889
/*
5890-
* There are no flat files that need updating, nor invalidation
5891-
* messages to send or undo.
5890+
* There are no invalidation messages to send or undo.
58925891
*/
58935892

58945893
/*

0 commit comments

Comments
 (0)