diff options
| author | Heikki Linnakangas | 2019-05-08 06:32:34 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2019-05-08 06:34:23 +0000 |
| commit | b0c546136776f198c1858521698c074226eaed57 (patch) | |
| tree | 44aa04560cb56b597e2cf487bc7c748ed65a510a /src | |
| parent | b806618ccf8cd8ad1c0e37167603f77eed2bc537 (diff) | |
Remove leftover reference to old "flat file" mechanism in a comment.
The flat file mechanism was removed in PostgreSQL 9.0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/access/transam/xact.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index 3ea1ce5dbe9..9328d267c08 100644 --- a/src/backend/access/transam/xact.c +++ b/src/backend/access/transam/xact.c @@ -5588,8 +5588,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. */ /* |
