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:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user