mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-23 11:45:36 +02:00
minor fix
This commit is contained in:
parent
8c5d513a6f
commit
66618d0142
@ -419,7 +419,7 @@ pgut_execute_parallel(PGconn* conn,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!PQconsumeInput(conn))
|
if (!PQconsumeInput(conn))
|
||||||
elog(ERROR, "query failed: %squery was: %s",
|
elog(ERROR, "query failed: %s query was: %s",
|
||||||
PQerrorMessage(conn), query);
|
PQerrorMessage(conn), query);
|
||||||
|
|
||||||
/* query is no done */
|
/* query is no done */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user