diff options
| author | Tom Lane | 2021-07-13 19:01:01 +0000 |
|---|---|---|
| committer | Tom Lane | 2021-07-13 19:01:01 +0000 |
| commit | d68a00391214be2020e49be4b55f761d47a5c229 (patch) | |
| tree | 766b2aebf10bbe67fb38bcc012425c11d06792eb /src/test/isolation | |
| parent | e0271d5f1e871dd61efc26bda8a0b556c7935901 (diff) | |
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
Diffstat (limited to 'src/test/isolation')
| -rw-r--r-- | src/test/isolation/specs/deadlock-soft-2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/isolation/specs/deadlock-soft-2.spec b/src/test/isolation/specs/deadlock-soft-2.spec index 5b7d3db5036..26d9c62988d 100644 --- a/src/test/isolation/specs/deadlock-soft-2.spec +++ b/src/test/isolation/specs/deadlock-soft-2.spec @@ -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 |
