1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00

minor fix

This commit is contained in:
Grigory Smolkin 2019-07-14 03:07:15 +03:00
parent 8c5d513a6f
commit 66618d0142

View File

@ -419,7 +419,7 @@ pgut_execute_parallel(PGconn* conn,
}
if (!PQconsumeInput(conn))
elog(ERROR, "query failed: %squery was: %s",
elog(ERROR, "query failed: %s query was: %s",
PQerrorMessage(conn), query);
/* query is no done */