From: Bo Peng Date: Fri, 25 Jul 2025 08:27:21 +0000 (+0900) Subject: Fix a compiler warning introduced in commit 3cc3d2d. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a16b63b8d485841be895b0459039eb63bc572dda;p=pgpool2.git Fix a compiler warning introduced in commit 3cc3d2d. --- diff --git a/src/pcp_con/recovery.c b/src/pcp_con/recovery.c index 8ad4a2fd5..84e4ddc17 100644 --- a/src/pcp_con/recovery.c +++ b/src/pcp_con/recovery.c @@ -482,7 +482,7 @@ connect_backend_libpq(BackendInfo *backend) port_str, NULL, NULL, - pool_config->recovery_database, + dbname, pool_config->recovery_user, password ? password : "");