Fix typo in reorderbuffer.c.
authorAmit Kapila <akapila@postgresql.org>
Mon, 26 Apr 2021 03:12:46 +0000 (08:42 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 26 Apr 2021 03:12:46 +0000 (08:42 +0530)
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com

src/backend/replication/logical/reorderbuffer.c

index 5cb484f03231ef66a0933a40e21389a71fa519ce..5f8907bb743b5618edc7730a65543f1168aec15c 100644 (file)
@@ -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)