@@ -230,7 +230,7 @@ GetConnection(void)
230230res = PQexec (tmpconn ,ALWAYS_SECURE_SEARCH_PATH_SQL );
231231if (PQresultStatus (res )!= PGRES_TUPLES_OK )
232232{
233- fprintf (stderr ,_ ("%s: could not clear search_path: %s\n " ),
233+ fprintf (stderr ,_ ("%s: could not clear search_path: %s" ),
234234progname ,PQerrorMessage (tmpconn ));
235235PQclear (res );
236236PQfinish (tmpconn );
@@ -300,7 +300,7 @@ RetrieveWalSegSize(PGconn *conn)
300300res = PQexec (conn ,"SHOW wal_segment_size" );
301301if (PQresultStatus (res )!= PGRES_TUPLES_OK )
302302{
303- fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s\n " ),
303+ fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s" ),
304304progname ,"SHOW wal_segment_size" ,PQerrorMessage (conn ));
305305
306306PQclear (res );
@@ -372,7 +372,7 @@ RetrieveDataDirCreatePerm(PGconn *conn)
372372res = PQexec (conn ,"SHOW data_directory_mode" );
373373if (PQresultStatus (res )!= PGRES_TUPLES_OK )
374374{
375- fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s\n " ),
375+ fprintf (stderr ,_ ("%s: could not send replication command \"%s\": %s" ),
376376progname ,"SHOW data_directory_mode" ,PQerrorMessage (conn ));
377377
378378PQclear (res );