mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +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:
@@ -384,7 +384,7 @@ pgstat_bestart(void)
|
||||
lbeentry.st_gss = true;
|
||||
lgssstatus.gss_auth = be_gssapi_get_auth(MyProcPort);
|
||||
lgssstatus.gss_enc = be_gssapi_get_enc(MyProcPort);
|
||||
lgssstatus.gss_deleg = be_gssapi_get_deleg(MyProcPort);
|
||||
lgssstatus.gss_delegation = be_gssapi_get_delegation(MyProcPort);
|
||||
if (princ)
|
||||
strlcpy(lgssstatus.gss_princ, princ, NAMEDATALEN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user