summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorThomas Munro2021-01-05 01:00:16 +0000
committerThomas Munro2021-01-05 01:00:16 +0000
commit034510c820cd75e0410332d92b4967ef9b844936 (patch)
tree5f9bc78c86e020e8a2e25a39046e43a9daba0b42 /src/tools
parentfe05b6b620066aec313c43b6b4d6c169d0a346f7 (diff)
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
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/pginclude/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README
index a067c7f472a..49eb4b69079 100644
--- a/src/tools/pginclude/README
+++ b/src/tools/pginclude/README
@@ -64,7 +64,7 @@ with no prerequisite headers other than postgres.h (or postgres_fe.h
or c.h, as appropriate).
A small number of header files are exempted from this requirement,
-and are whitelisted in the headerscheck script.
+and are skipped by the headerscheck script.
The easy way to run the script is to say "make -s headerscheck" in
the top-level build directory after completing a build. You should
@@ -86,7 +86,7 @@ the project's coding language is C, some people write extensions in C++,
so it's helpful for include files to be C++-clean.
A small number of header files are exempted from this requirement,
-and are whitelisted in the cpluspluscheck script.
+and are skipped by the cpluspluscheck script.
The easy way to run the script is to say "make -s cpluspluscheck" in
the top-level build directory after completing a build. You should