mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-09 14:33:17 +02:00
fix password promt for pgut_connect_replication_extended
This commit is contained in:
parent
082612b528
commit
be5129dce9
@ -1238,6 +1238,8 @@ pgut_connect_replication_extended(const char *pghost, const char *pgport,
|
||||
{
|
||||
PQfinish(tmpconn);
|
||||
prompt_for_password(username);
|
||||
keywords[i] = "password";
|
||||
values[i] = password;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user