mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
libpq: Message style improvements
This commit is contained in:
@@ -2141,7 +2141,7 @@ pqConnectOptions2(PGconn *conn)
|
||||
if (conn->min_pversion > conn->max_pversion)
|
||||
{
|
||||
conn->status = CONNECTION_BAD;
|
||||
libpq_append_conn_error(conn, "min_protocol_version is greater than max_protocol_version");
|
||||
libpq_append_conn_error(conn, "\"%s\" is greater than \"%s\"", "min_protocol_version", "max_protocol_version");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user