mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Expand some more uses of "deleg" to "delegation" or "delegated".
Complete the task begun in 9c0a0e2ed: we don't want to use the
abbreviation "deleg" for GSS delegation in any user-visible places.
(For consistency, this also changes most internal uses too.)
Abhijit Menon-Sen and Tom Lane
Discussion: https://postgr.es/m/949048.1684639317@sss.pgh.pa.us
This commit is contained in:
@@ -574,7 +574,7 @@ static const struct ConnectionOption libpq_conninfo_options[] = {
|
||||
{"requiressl", ForeignServerRelationId},
|
||||
{"sslmode", ForeignServerRelationId},
|
||||
{"gsslib", ForeignServerRelationId},
|
||||
{"gssdeleg", ForeignServerRelationId},
|
||||
{"gssdelegation", ForeignServerRelationId},
|
||||
{NULL, InvalidOid}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user