Doc: Fix pg_copy_logical_replication_slot description. This commit documents that the failover option is not copied when using the pg_copy_logical_replication_slot function.
In passing, we modify the comments in the function clarifying the reason for this behavior. Reported-by: <[email protected]> Author: Hou Zhijie <[email protected]> Reviewed-by: Amit Kapila <[email protected]> Backpatch-through: 17, where it was introduced Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5b8f2ccc0a93375acb64a457817e61f400404a1f Modified Files -------------- doc/src/sgml/func.sgml | 4 ++++ src/backend/replication/slotfuncs.c | 19 ++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-)
