diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-04-13 14:21:51 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-04-13 14:21:51 +0900 |
commit | 5fe83adad9efd5e3929f0465b44e786dc23c7b55 (patch) | |
tree | e436bbc319d72a90ee45fa2e0a0ddb359789a922 | |
parent | 455dbc010be53ac61fcb2da83b1e565f4c263449 (diff) | |
download | postgresql-5fe83adad9efd5e3929f0465b44e786dc23c7b55.tar.gz postgresql-5fe83adad9efd5e3929f0465b44e786dc23c7b55.zip |
doc: Fix typo in logicaldecoding.sgml.
Introduced in commit 0aa8a01d04.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Ps8rkVHKWyjg09Fb1PaVG5-EhoFTFJ9OZMF4HPzDSXfew@mail.gmail.com
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 5d049cdc687..cfd58d53080 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> |