minor fix

This commit is contained in:
Grigory Smolkin
2019-07-14 03:07:15 +03:00
parent 8c5d513a6f
commit 66618d0142
+1 -1
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 */