pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.

Masahiko Sawada <msawada@postgresql.org>

Commit: 4ecdd4110d5cbaf107c0c85d16df78dffe0a9574
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2025-03-12T23:56:04Z
Releases: 18.0
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.

This commit enhances pg_rewind's --write-recovery-conf option to
include the dbname in the generated primary_conninfo value when
specified in the --source-server option. With this modification, the
rewound server can connect to the primary server without manual
configuration file modifications when sync_replication_slots is
enabled.

Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAD21AoAkW=Ht0k9dVoBTCcqLiiZ2MXhVr+d=j2T_EZMerGrLWQ@mail.gmail.com

Files

Documentation touched

Discussion