From: Robert Haas Date: Mon, 15 May 2017 19:41:15 +0000 (-0400) Subject: Add missing apostrophe. X-Git-Tag: REL_10_BETA1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ad226f2ae55620107eb61591d2f96236aec477c;p=postgresql Add missing apostrophe. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoAzaR_XV7j7Wk9-QYXaFoT8H4egKwXvFY63wc8Lw2C9cg@mail.gmail.com --- diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index 9d882dac56..524946a2a2 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -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;