mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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
This commit is contained in:
@@ -38,6 +38,6 @@ step s4c { COMMIT; }
|
||||
# The expected output for this test assumes that isolationtester will
|
||||
# detect step s1b as waiting before the deadlock detector runs and
|
||||
# releases s1 from its blocked state. To ensure that happens even in
|
||||
# very slow (CLOBBER_CACHE_ALWAYS) cases, apply a (*) annotation.
|
||||
# very slow (debug_discard_caches) cases, apply a (*) annotation.
|
||||
|
||||
permutation s1a s2a s2b s3a s4a s1b(*) s1c s2c s3c s4c
|
||||
|
Reference in New Issue
Block a user