1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix typo.

Masahiko Sawada

Discussion: http://postgr.es/m/CAD21AoCq_QG6UEo6yb-purmhLQjDLsCA2_B+8Wh3ah9P2-XmrQ@mail.gmail.com
This commit is contained in:
Robert Haas
2017-11-28 08:18:00 -05:00
parent 0772c152b9
commit 487a0c1518

View File

@ -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)
{ {