mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Remove trailing spaces in some output
Author: Alexander Law <exclusion@gmail.com>
This commit is contained in:
@ -3017,7 +3017,7 @@ keep_going: /* We will come back to here until there is
|
||||
restoreErrorMessage(conn, &savedMessage);
|
||||
appendPQExpBuffer(&conn->errorMessage,
|
||||
libpq_gettext("test \"show transaction_read_only\" failed "
|
||||
" on \"%s:%s\" \n"),
|
||||
" on \"%s:%s\"\n"),
|
||||
conn->connhost[conn->whichhost].host,
|
||||
conn->connhost[conn->whichhost].port);
|
||||
conn->status = CONNECTION_OK;
|
||||
|
Reference in New Issue
Block a user