• Tom Lane's avatar
    Run the "tablespace" regression test first not last. The former placement · 3bee0a46
    Tom Lane authored
    renders useless one of the few test methodologies we have for WAL replay,
    which is to intentionally crash the system just after completing the
    regression tests and see if it recovers to the expected database state.
    The reason is that DROP TABLESPACE forces a checkpoint, so there's essentially
    no WAL available for replay after the tests complete.
    3bee0a46
parallel_schedule 3.11 KB