pgsql: Remove race condition in 022_crash_temp_files.pl test.

2022-04-05 Thread Tom Lane
Remove race condition in 022_crash_temp_files.pl test. It's possible for the query that "waits for restart" to complete a successful iteration before the postmaster has noticed its SIGKILL'd child and begun the restart cycle. (This is a bit hard to believe perhaps, but it's been seen at least twi

pgsql: Remove race condition in 022_crash_temp_files.pl test.

2022-04-05 Thread Tom Lane
Remove race condition in 022_crash_temp_files.pl test. It's possible for the query that "waits for restart" to complete a successful iteration before the postmaster has noticed its SIGKILL'd child and begun the restart cycle. (This is a bit hard to believe perhaps, but it's been seen at least twi