mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-24 11:46:31 +02:00
Merge branch 'testgres1' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into testgres1
This commit is contained in:
commit
61d5e2ad3d
@ -1142,6 +1142,9 @@ pgut_connect_extended(const char *pghost, const char *pgport,
|
|||||||
if (interrupted)
|
if (interrupted)
|
||||||
elog(ERROR, "interrupted");
|
elog(ERROR, "interrupted");
|
||||||
|
|
||||||
|
if (password == NULL || password[0] == '\0')
|
||||||
|
elog(ERROR, "no password supplied");
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
elog(ERROR, "could not connect to database %s: %s",
|
elog(ERROR, "could not connect to database %s: %s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user