mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
fecc04f95a
there was a race condition between the "alter_table" and "rules" regression tests. Depending on scheduling, sometimes an ALTER TABLE command would operate on a relation created by the "rules" tests, leading to unexpected results. Neil Conway