1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

doc: Fix typo in logicaldecoding.sgml.

Introduced in commit 0aa8a01d04.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Ps8rkVHKWyjg09Fb1PaVG5-EhoFTFJ9OZMF4HPzDSXfew@mail.gmail.com
This commit is contained in:
Fujii Masao
2021-04-13 14:21:51 +09:00
parent 455dbc010b
commit 5fe83adad9

View File

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