Rename debug_invalidate_system_caches_always to debug_discard_caches.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Jul 2021 19:01:01 +0000 (15:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Jul 2021 19:01:01 +0000 (15:01 -0400)
commitd68a00391214be2020e49be4b55f761d47a5c229
tree766b2aebf10bbe67fb38bcc012425c11d06792eb
parente0271d5f1e871dd61efc26bda8a0b556c7935901
Rename debug_invalidate_system_caches_always to debug_discard_caches.

The name introduced by commit 4656e3d66 was agreed to be unreasonably
long.  To match this change, rename initdb's recently-added
--clobber-cache option to --discard-caches.

Discussion: https://postgr.es/m/1374320.1625430433@sss.pgh.pa.us
19 files changed:
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql
doc/src/sgml/config.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/regress.sgml
src/backend/utils/adt/lockfuncs.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/plancache.c
src/backend/utils/cache/relcache.c
src/backend/utils/misc/guc.c
src/bin/initdb/initdb.c
src/include/pg_config_manual.h
src/include/utils/inval.h
src/pl/plpgsql/src/expected/plpgsql_cache.out
src/pl/plpgsql/src/expected/plpgsql_cache_1.out
src/pl/plpgsql/src/expected/plpgsql_record.out
src/pl/plpgsql/src/sql/plpgsql_cache.sql
src/pl/plpgsql/src/sql/plpgsql_record.sql
src/test/isolation/specs/deadlock-soft-2.spec