Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5fe83ad

Browse files
committed
doc: Fix typo in logicaldecoding.sgml.
Introduced in commit 0aa8a01. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Ps8rkVHKWyjg09Fb1PaVG5-EhoFTFJ9OZMF4HPzDSXfew@mail.gmail.com
1 parent 455dbc0 commit 5fe83ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ typedef bool (*LogicalDecodeFilterPrepareCB) (struct LogicalDecodingContext *ctx
888888
<programlisting>
889889
typedef void (*LogicalDecodeRollbackPreparedCB) (struct LogicalDecodingContext *ctx,
890890
ReorderBufferTXN *txn,
891-
XLogRecPtr preapre_end_lsn,
891+
XLogRecPtr prepare_end_lsn,
892892
TimestampTz prepare_time);
893893
</programlisting>
894894
</para>

0 commit comments

Comments
 (0)