@@ -230,7 +230,7 @@ GetConnection(void)
230
230
res = PQexec (tmpconn ,ALWAYS_SECURE_SEARCH_PATH_SQL );
231
231
if (PQresultStatus (res )!= PGRES_TUPLES_OK )
232
232
{
233
- fprintf (stderr ,_ ("%s: could not clear search_path: %s\n " ),
233
+ fprintf (stderr ,_ ("%s: could not clear search_path: %s" ),
234
234
progname ,PQerrorMessage (tmpconn ));
235
235
PQclear (res );
236
236
PQfinish (tmpconn );
@@ -300,7 +300,7 @@ RetrieveWalSegSize(PGconn *conn)
300
300
res = PQexec (conn ,"SHOW wal_segment_size" );
301
301
if (PQresultStatus (res )!= PGRES_TUPLES_OK )
302
302
{
303
- fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s\n " ),
303
+ fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s" ),
304
304
progname ,"SHOW wal_segment_size" ,PQerrorMessage (conn ));
305
305
306
306
PQclear (res );
@@ -372,7 +372,7 @@ RetrieveDataDirCreatePerm(PGconn *conn)
372
372
res = PQexec (conn ,"SHOW data_directory_mode" );
373
373
if (PQresultStatus (res )!= PGRES_TUPLES_OK )
374
374
{
375
- fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s\n " ),
375
+ fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s" ),
376
376
progname ,"SHOW data_directory_mode" ,PQerrorMessage (conn ));
377
377
378
378
PQclear (res );