Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be5129d

Browse files
committed
fix password promt for pgut_connect_replication_extended
1 parent 082612b commit be5129d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/pgut.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,8 @@ pgut_connect_replication_extended(const char *pghost, const char *pgport,
12381238
{
12391239
PQfinish(tmpconn);
12401240
prompt_for_password(username);
1241+
keywords[i] = "password";
1242+
values[i] = password;
12411243
continue;
12421244
}
12431245

0 commit comments

Comments
 (0)