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:
parent
8c5d513a6f
commit
66618d0142
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user