Remove leftover reference to old "flat file" mechanism in a comment.
authorHeikki Linnakangas
Wed, 8 May 2019 06:32:34 +0000 (09:32 +0300)
committerHeikki Linnakangas
Wed, 8 May 2019 06:34:02 +0000 (09:34 +0300)
The flat file mechanism was removed in PostgreSQL 9.0.

src/backend/access/transam/xact.c

index 942ef2aa15a02f137f3d8766f81be7186c8096a1..9a918c9b4e3f9c5added829fdf8c043d17b0c2bc 100644 (file)
@@ -4928,8 +4928,7 @@ xact_redo_abort(xl_xact_abort *xlrec, TransactionId xid)
        ExpireTreeKnownAssignedTransactionIds(xid, xlrec->nsubxacts, sub_xids, max_xid);
 
        /*
-        * There are no flat files that need updating, nor invalidation
-        * messages to send or undo.
+        * There are no invalidation messages to send or undo.
         */
 
        /*