projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65b5cc
)
Remove leftover reference to old "flat file" mechanism in a comment.
author
Heikki Linnakangas
Wed, 8 May 2019 06:32:34 +0000
(09:32 +0300)
committer
Heikki 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index 0a34651581eea35f5803d0930ee16e5fd0dd10ab..20feeec327001afff9a67e8338607b99cb5f4759 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-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.
*/
/*