1
0
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:
Grigory Smolkin 2017-11-10 18:45:51 +03:00
parent 082612b528
commit be5129dce9

View File

@ -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;
}