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: <duffieldz...@gmail.com> Author: Hou Zhijie <houzj.f...@fujitsu.com> Reviewed-by: Amit Kapila <amit.kapil...@gmail.com> Backpatch-through: 17, where it was introduced Discussion: https://postgr.es/m/173976850802.682632.11315364077431550...@wrigleys.postgresql.org Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/7c906c5b46f8189a04e67bc550cba33dd3851b6e Modified Files -------------- doc/src/sgml/func.sgml | 4 ++++ src/backend/replication/slotfuncs.c | 19 ++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-)