Commit 487a0c15 authored by Robert Haas's avatar Robert Haas
parent 0772c152
...@@ -1164,7 +1164,7 @@ RecordTransactionCommit(void) ...@@ -1164,7 +1164,7 @@ RecordTransactionCommit(void)
* vacuum. Hence we emit a bespoke record for the invalidations. We * 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 * 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 * happen synchronously with commits (besides not wanting to emit more
* WAL recoreds). * WAL records).
*/ */
if (nmsgs != 0) if (nmsgs != 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment