pgsql: Replace remaining uses of "whitelist".

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace remaining uses of "whitelist".
Date: 2021-01-05 01:00:34
Message-ID: E1kwaiA-0003Sk-4o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)ilmari(dot)org>
Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue%40alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/034510c820cd75e0410332d92b4967ef9b844936

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.h | 2 +-
contrib/postgres_fdw/shippable.c | 4 ++--
src/backend/access/hash/hashvalidate.c | 2 +-
src/backend/utils/adt/lockfuncs.c | 2 +-
src/tools/pginclude/README | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-01-05 02:31:47 pgsql: Fix typo in reorderbuffer.c.
Previous Message Thomas Munro 2021-01-05 00:27:27 pgsql: pgindent: whitelist/blacklist -> additional/excluded.