mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
rename "gss_accept_deleg" to "gss_accept_delegation".
This is more consistent with existing GUC spelling. Discussion: https://postgr.es/m/ZGdnEsGtNj7+fZoa@momjian.us
This commit is contained in:
@ -1728,11 +1728,11 @@ struct config_bool ConfigureNamesBool[] =
|
||||
},
|
||||
|
||||
{
|
||||
{"gss_accept_deleg", PGC_SIGHUP, CONN_AUTH_AUTH,
|
||||
{"gss_accept_delegation", PGC_SIGHUP, CONN_AUTH_AUTH,
|
||||
gettext_noop("Sets whether GSSAPI delegation should be accepted from the client."),
|
||||
NULL
|
||||
},
|
||||
&pg_gss_accept_deleg,
|
||||
&pg_gss_accept_delegation,
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user