Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cb3698

Browse files
committed
Add missing newline to debug-message.
Michael Paquier
1 parente98d635 commit9cb3698

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)

[8]ページ先頭

©2009-2025 Movatter.jp