mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
minor fix
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user