mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
A few follow-up fixes for GUC name quoting
Fixups for 17974ec259: Some messages were missed (and some were new
since the patch was originally proposed), and there was a typo
introduced.
This commit is contained in:
@@ -224,7 +224,7 @@ be_tls_init(bool isServerStart)
|
||||
{
|
||||
ereport(isServerStart ? FATAL : LOG,
|
||||
/*- translator: first %s is a GUC option name, second %s is its value */
|
||||
(errmsg("%s setting \"%s\" not supported by this build",
|
||||
(errmsg("\"%s\" setting \"%s\" not supported by this build",
|
||||
"ssl_max_protocol_version",
|
||||
GetConfigOption("ssl_max_protocol_version",
|
||||
false, false))));
|
||||
|
||||
Reference in New Issue
Block a user