projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455dbc0
)
doc: Fix typo in logicaldecoding.sgml.
author
Fujii Masao
<fujii@postgresql.org>
Tue, 13 Apr 2021 05:21:51 +0000
(14:21 +0900)
committer
Fujii 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/logicaldecoding.sgml
b/doc/src/sgml/logicaldecoding.sgml
index 5d049cdc6875a45cbed2842410608ee61a72f8c7..cfd58d530808d0c1e3f77f6f0b942ce4608c5042 100644
(file)
--- 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 pre
ap
re_end_lsn,
+ XLogRecPtr pre
pa
re_end_lsn,
TimestampTz prepare_time);
</programlisting>
</para>