]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Tue, 28 Nov 2017 13:18:00 +0000 (08:18 -0500)
committerRobert 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

index c06fabca109828e53d4d080a2abbe8b06ce55473..046898c6190edecbf30e6d04970f6c6d0e9d05cc 100644 (file)
@@ -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)
                {