]> granicus.if.org Git - postgresql/commit
This patch fixes in intermittent failure in the regression tests:
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 04:28:10 +0000 (04:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 04:28:10 +0000 (04:28 +0000)
commitfecc04f95a136bbfbded44c476d597eed6ac6258
tree54db4baacdd7ed61681c0105c9dc54b24203a101
parentce3d08701058bc046c0126114488746f3fd21dc7
This patch fixes in intermittent failure in the regression tests:
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
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql