]> granicus.if.org Git - postgresql/commitdiff
Add missing apostrophe.
authorRobert Haas <rhaas@postgresql.org>
Mon, 15 May 2017 19:41:15 +0000 (15:41 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 15 May 2017 19:41:15 +0000 (15:41 -0400)
Masahiko Sawada

Discussion: http://postgr.es/m/CAD21AoAzaR_XV7j7Wk9-QYXaFoT8H4egKwXvFY63wc8Lw2C9cg@mail.gmail.com

src/backend/replication/logical/reorderbuffer.c

index 9d882dac567763af474867990cb525d358ff157e..524946a2a273ba91d102f28fc1a1469e0babfd56 100644 (file)
@@ -1252,7 +1252,7 @@ ReorderBufferCopySnap(ReorderBuffer *rb, Snapshot orig_snap,
 
        /*
         * snap->subxip contains all txids that belong to our transaction which we
-        * need to check via cmin/cmax. Thats why we store the toplevel
+        * need to check via cmin/cmax. That's why we store the toplevel
         * transaction in there as well.
         */
        snap->subxip = snap->xip + snap->xcnt;