Make lsn argument of walrcv_create_slot() optional Some callers are not using it, so it's wasteful to have to specify it.
Reviewed-by: Masahiko Sawada <[email protected]> Discussion: https://www.postgresql.org/message-id/ca+fd4k4bcyryucnftnk-cqx3+jsg+prpehhauso-w4p0lec...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c67a55da4ea0caa18547fd1533110e9126ba8d47 Modified Files -------------- src/backend/commands/subscriptioncmds.c | 3 +-- src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-)
