Commit 256be105 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Remove leftover reference to old "flat file" mechanism in a comment.

The flat file mechanism was removed in PostgreSQL 9.0.
parent d65b5cca
...@@ -5887,8 +5887,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid) ...@@ -5887,8 +5887,7 @@ xact_redo_abort(xl_xact_parsed_abort *parsed, TransactionId xid)
xid, parsed->nsubxacts, parsed->subxacts, max_xid); xid, parsed->nsubxacts, parsed->subxacts, max_xid);
/* /*
* There are no flat files that need updating, nor invalidation * There are no invalidation messages to send or undo.
* messages to send or undo.
*/ */
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment