projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0772c15
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 28 Nov 2017 13:18:00 +0000
(08:18 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 28 Nov 2017 13:19:01 +0000
(08:19 -0500)
Masahiko Sawada
Discussion: http://postgr.es/m/CAD21AoCq_QG6UEo6yb-purmhLQjDLsCA2_B+8Wh3ah9P2-XmrQ@mail.gmail.com
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 c06fabca109828e53d4d080a2abbe8b06ce55473..046898c6190edecbf30e6d04970f6c6d0e9d05cc 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-1164,7
+1164,7
@@
RecordTransactionCommit(void)
* vacuum. Hence we emit a bespoke record for the invalidations. We
* don't want to use that in case a commit record is emitted, so they
* happen synchronously with commits (besides not wanting to emit more
- * WAL recor
e
ds).
+ * WAL records).
*/
if (nmsgs != 0)
{