aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-05-15 15:41:15 -0400
committerRobert Haas <rhaas@postgresql.org>2017-05-15 15:41:15 -0400
commit0ad226f2ae55620107eb61591d2f96236aec477c (patch)
treeb531aade50562eac1e450e8e942d8af92279d870 /src/backend/replication/logical/reorderbuffer.c
parente3f67a5a1732321dfa094e14c083dc482ad066b4 (diff)
downloadpostgresql-0ad226f2ae55620107eb61591d2f96236aec477c.tar.gz
postgresql-0ad226f2ae55620107eb61591d2f96236aec477c.zip
Add missing apostrophe.
Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoAzaR_XV7j7Wk9-QYXaFoT8H4egKwXvFY63wc8Lw2C9cg@mail.gmail.com
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 9d882dac567..524946a2a27 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;