aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2019-05-23 13:17:41 +1200
committerThomas Munro <tmunro@postgresql.org>2019-05-24 12:00:59 +1200
commit7988cb446d20512ec9d091db66dba6adee3f3d4b (patch)
tree10d1905c7b7fa400388b133a99c63e576dec7bb7 /src/backend/replication/logical/reorderbuffer.c
parent73b8c3bd2889fed986044e15aefd0911f96ccdd3 (diff)
downloadpostgresql-7988cb446d20512ec9d091db66dba6adee3f3d4b.tar.gz
postgresql-7988cb446d20512ec9d091db66dba6adee3f3d4b.zip
Fix typos.
Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.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 7894b77fc2e..e7c32f2a132 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -1924,7 +1924,7 @@ ReorderBufferAbortOld(ReorderBuffer *rb, TransactionId oldestRunningXid)
}
/*
- * Forget the contents of a transaction if we aren't interested in it's
+ * Forget the contents of a transaction if we aren't interested in its
* contents. Needs to be first called for subtransactions and then for the
* toplevel xid.
*