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:32:34 +0000 (09:32 +0300)
The flat file mechanism was removed in PostgreSQL 9.0.

src/backend/access/transam/xact.c

index 0a34651581eea35f5803d0930ee16e5fd0dd10ab..20feeec327001afff9a67e8338607b99cb5f4759 100644 (file)
@@ -5887,8 +5887,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid)
                                              xid, parsed->nsubxacts, parsed->subxacts, 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.
         */
 
        /*