mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add missing newline to debug-message.
Michael Paquier
This commit is contained in:
parent
e98d635d5d
commit
9cb36981fb
@ -212,7 +212,7 @@ receiveFileChunks(const char *sql)
|
||||
if (PQsendQueryParams(conn, sql, 0, NULL, NULL, NULL, NULL, 1) != 1)
|
||||
pg_fatal("could not send query: %s", PQerrorMessage(conn));
|
||||
|
||||
pg_log(PG_DEBUG, "getting file chunks");
|
||||
pg_log(PG_DEBUG, "getting file chunks\n");
|
||||
|
||||
if (PQsetSingleRowMode(conn) != 1)
|
||||
pg_fatal("could not set libpq connection to single row mode\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user