doc: Fix typo in logicaldecoding.sgml.
authorFujii Masao <fujii@postgresql.org>
Tue, 13 Apr 2021 05:21:51 +0000 (14:21 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 13 Apr 2021 05:21:51 +0000 (14:21 +0900)
Introduced in commit 0aa8a01d04.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Ps8rkVHKWyjg09Fb1PaVG5-EhoFTFJ9OZMF4HPzDSXfew@mail.gmail.com

doc/src/sgml/logicaldecoding.sgml

index 5d049cdc6875a45cbed2842410608ee61a72f8c7..cfd58d530808d0c1e3f77f6f0b942ce4608c5042 100644 (file)
@@ -888,7 +888,7 @@ typedef bool (*LogicalDecodeFilterPrepareCB) (struct LogicalDecodingContext *ctx
       <programlisting>
        typedef void (*LogicalDecodeRollbackPreparedCB) (struct LogicalDecodingContext *ctx,
                                                         ReorderBufferTXN *txn,
-                                                        XLogRecPtr preapre_end_lsn,
+                                                        XLogRecPtr prepare_end_lsn,
                                                         TimestampTz prepare_time);
       </programlisting>
      </para>