Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +3 −3 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +3 −3 |
| doc/src/sgml/config.sgml | modified | +4 −4 |
| doc/src/sgml/ref/initdb.sgml | modified | +11 −11 |
| doc/src/sgml/regress.sgml | modified | +1 −1 |
| src/backend/utils/adt/lockfuncs.c | modified | +4 −4 |
| src/backend/utils/cache/inval.c | modified | +8 −8 |
| src/backend/utils/cache/plancache.c | modified | +2 −3 |
| src/backend/utils/cache/relcache.c | modified | +8 −9 |
| src/backend/utils/misc/guc.c | modified | +6 −6 |
| src/bin/initdb/initdb.c | modified | +3 −3 |
| src/include/pg_config_manual.h | modified | +13 −13 |
| src/include/utils/inval.h | modified | +1 −1 |
| src/pl/plpgsql/src/expected/plpgsql_cache_1.out | modified | +6 −6 |
| src/pl/plpgsql/src/expected/plpgsql_cache.out | modified | +6 −6 |
| src/pl/plpgsql/src/expected/plpgsql_record.out | modified | +4 −4 |
| src/pl/plpgsql/src/sql/plpgsql_cache.sql | modified | +6 −6 |
| src/pl/plpgsql/src/sql/plpgsql_record.sql | modified | +4 −4 |
| src/test/isolation/specs/deadlock-soft-2.spec | modified | +1 −1 |
Documentation touched
Discussion
- "debug_invalidate_system_caches_always" is too long 18 messages · 2021-07-04 → 2021-07-12