Issue a CHECKPOINT just after creating the regression database. Without
Tom Lane <tgl@sss.pgh.pa.us>
Issue a CHECKPOINT just after creating the regression database. Without this, it's hard to debug core-dump test failures, because WAL replay will enthusiastically remove the core file (along with the rest of the regression database directory). Per recent discussion, not to mention bitter experience.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/pg_regress.sh | modified | +5 −1 |