aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-04-26 08:42:46 +0530
committerAmit Kapila <akapila@postgresql.org>2021-04-26 08:42:46 +0530
commit6d2e87a077b3c2394e4adb8eb226b3dcfe3f3346 (patch)
treea6c9eeee270ebd46b5e417ddd30659df668f495f
parent08a986966524e522914b96e4398a4bebf942b298 (diff)
downloadpostgresql-6d2e87a077b3c2394e4adb8eb226b3dcfe3f3346.tar.gz
postgresql-6d2e87a077b3c2394e4adb8eb226b3dcfe3f3346.zip
Fix typo in reorderbuffer.c.
Author: Peter Smith Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com
-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 5cb484f0323..5f8907bb743 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -1867,7 +1867,7 @@ ReorderBufferStreamCommit(ReorderBuffer *rb, ReorderBufferTXN *txn)
* to truncate the changes in the subscriber. Similarly, for prepared
* transactions, we stop decoding if concurrent abort is detected and then
* rollback the changes when rollback prepared is encountered. See
- * DecodePreare.
+ * DecodePrepare.
*/
static inline void
SetupCheckXidLive(TransactionId xid)