mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Remove leftover reference to old "flat file" mechanism in a comment.
The flat file mechanism was removed in PostgreSQL 9.0.
This commit is contained in:
parent
64ad372346
commit
2bc59f8901
@ -5778,8 +5778,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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user