PG Docs - logical decoding output plugins - fix typo

Started by Peter Smithalmost 5 years ago2 messages
#1Peter Smith
smithpb2250@gmail.com
1 attachment(s)

PSA a patch to fix a typo found on this page [1]https://www.postgresql.org/docs/devel/logicaldecoding-output-plugin.html,

"preapre_end_lsn" -> "prepare_end_lsn"

------
[1]: https://www.postgresql.org/docs/devel/logicaldecoding-output-plugin.html

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachments:

fix_typo.patchapplication/octet-stream; name=fix_typo.patchDownload
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 5d049cd..cfd58d5 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -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>
#2Fujii Masao
masao.fujii@oss.nttdata.com
In reply to: Peter Smith (#1)
Re: PG Docs - logical decoding output plugins - fix typo

On 2021/04/13 13:23, Peter Smith wrote:

PSA a patch to fix a typo found on this page [1],

"preapre_end_lsn" -> "prepare_end_lsn"

Pushed. Thanks!

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION