Improve documentation for START_REPLICATION ... LOGICAL.
authorJeff Davis <jdavis@postgresql.org>
Fri, 30 Jul 2021 21:59:19 +0000 (14:59 -0700)
committerJeff Davis <jdavis@postgresql.org>
Fri, 30 Jul 2021 22:12:20 +0000 (15:12 -0700)
commit14d474e079e1edf08926a2e68028cbd82dd614c4
tree0f9c5e15e184cb7adb1395f6dabcf738f691a963
parent5fcf3945bd90bb0170938ad780159779367dc8ac
Improve documentation for START_REPLICATION ... LOGICAL.

The starting point may not be exactly what the client requested; it
may be at the slot's confirmed_flush_lsn.

Also, upgrade the message from DEBUG1 to LOG when this happens.

Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/c5c861d576f2511732f8002c76245da587110b1c.camel%40j-davis.com
doc/src/sgml/protocol.sgml
src/backend/replication/logical/logical.c