projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd3203
)
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:34:29 +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 3bfa64d02f1177723226aaccfb01ec00d3daa601..f5a8a4e25d6571f2457926d3d3993300cdbd78be 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-5631,8
+5631,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.
*/
/*