mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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