summaryrefslogtreecommitdiff
path: root/doc/src/sgml/logicaldecoding.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-05-12 13:51:27 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-05-12 13:51:27 -0400
commitd496a65790734f808789f39e4f63b2790821c2be (patch)
treeeae0b9e4fa2a994f3190c43b6766ebedc6c5460b /doc/src/sgml/logicaldecoding.sgml
parentc1a7f64b4a720a662ecec809bc9e289f35e887ad (diff)
Standardize "WAL location" terminology
Other previously used terms were "WAL position" or "log position".
Diffstat (limited to 'doc/src/sgml/logicaldecoding.sgml')
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index c2950613fa5..8dcfc6c7424 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -632,7 +632,7 @@ typedef void (*LogicalDecodeMessageCB) (struct LogicalDecodingContext *ctx,
its XID. Note however that it can be NULL when the message is
non-transactional and the XID was not assigned yet in the transaction
which logged the message. The <parameter>lsn</parameter> has WAL
- position of the message. The <parameter>transactional</parameter> says
+ location of the message. The <parameter>transactional</parameter> says
if the message was sent as transactional or not.
The <parameter>prefix</parameter> is arbitrary null-terminated prefix
which can be used for identifying interesting messages for the current