From: Robert Haas Date: Tue, 28 Nov 2017 13:18:00 +0000 (-0500) Subject: Fix typo. X-Git-Tag: REL_11_BETA1~1155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=487a0c1518af2f3ae2d05b7fd23d636d687f28f3;p=thirdparty%2Fpostgresql.git Fix typo. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoCq_QG6UEo6yb-purmhLQjDLsCA2_B+8Wh3ah9P2-XmrQ@mail.gmail.com --- diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index c06fabca109..046898c6190 100644 --- 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 recoreds). + * WAL records). */ if (nmsgs != 0) {