Skip to content

Commit 9cb3698

Browse files
committed
Add missing newline to debug-message.
Michael Paquier
1 parent e98d635 commit 9cb3698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/libpq_fetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ receiveFileChunks(const char *sql)
212212
if (PQsendQueryParams(conn, sql, 0, NULL, NULL, NULL, NULL, 1) != 1)
213213
pg_fatal("could not send query: %s", PQerrorMessage(conn));
214214

215-
pg_log(PG_DEBUG, "getting file chunks");
215+
pg_log(PG_DEBUG, "getting file chunks\n");
216216

217217
if (PQsetSingleRowMode(conn) != 1)
218218
pg_fatal("could not set libpq connection to single row mode\n");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy