Bruce Momjian <[EMAIL PROTECTED]> writes: > I was doing serial. Try the parallels a few times, and you *will* see it fail. Reason: Stephan added a bunch of tests to alter_table.sql that create/modify/delete tables named pktable and fktable. Unfortunately, foreign_key.sql uses those same names for its test tables ... and the parallel tests run these two tests in parallel. Ooops. Possible solutions: (a) rename tables in one test or the other, or (b) use TEMPORARY tables in one test or the other. I kinda like (b), just to exercise temp tables in some interesting new ways. Whaddya think? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly