1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

libpq: Message style improvements

This commit is contained in:
Peter Eisentraut
2017-06-13 11:53:26 -04:00
parent ee252f074b
commit 2e3fc7a7d3
2 changed files with 3 additions and 2 deletions

View File

@ -3099,7 +3099,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 server \"%s:%s\"\n"),
conn->connhost[conn->whichhost].host,
conn->connhost[conn->whichhost].port);
conn->status = CONNECTION_OK;