projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b806618
)
Remove leftover reference to old "flat file" mechanism in a comment.
author
Heikki Linnakangas
<
[email protected]
>
Wed, 8 May 2019 06:32:34 +0000
(09:32 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Wed, 8 May 2019 06:34:23 +0000
(09:34 +0300)
The flat file mechanism was removed in PostgreSQL 9.0.
src/backend/access/transam/xact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index 3ea1ce5dbe9669dcc7e65caddfd4f523b63970d2..9328d267c08c9098d6018c381463c7a4c5511f0d 100644
(file)
--- 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.
*/
/*