mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Replace remaining uses of "whitelist".
Instead describe the action that the list effects, or just use "list" where the meaning is obvious from context. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue%40alap3.anarazel.de
This commit is contained in:
@ -77,7 +77,7 @@ typedef struct PgFdwRelationInfo
|
||||
bool use_remote_estimate;
|
||||
Cost fdw_startup_cost;
|
||||
Cost fdw_tuple_cost;
|
||||
List *shippable_extensions; /* OIDs of whitelisted extensions */
|
||||
List *shippable_extensions; /* OIDs of shippable extensions */
|
||||
|
||||
/* Cached catalog information. */
|
||||
ForeignTable *table;
|
||||
|
Reference in New Issue
Block a user