[PATCHES] add regression test for #1433

2005-01-24 Thread Neil Conway
This patch adds a regression test for the bug with domains and ALTER TABLE that Tom fixed a few hours ago. Barring any objections I'll apply this to HEAD by the end of the day. -Neil Index: src/test/regress/expected/domain.out ===

Re: [PATCHES] add regression test for #1433

2005-01-24 Thread Neil Conway
On Mon, 2005-01-24 at 22:22 -0500, Tom Lane wrote: It might be better to make the tables TEMP tables --- there are some regression tests that depend on the set of existing tables, IIRC. Otherwise ok. True, although those kind of dependencies usually cause an obvious test failure (which this

Re: [PATCHES] add regression test for #1433

2005-01-24 Thread Neil Conway
On Tue, 2005-01-25 at 11:56 +1100, Neil Conway wrote: This patch adds a regression test for the bug with domains and ALTER TABLE that Tom fixed a few hours ago. Applied. -Neil ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ?

Re: [PATCHES] add regression test for #1433

2005-01-24 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: This patch adds a regression test for the bug with domains and ALTER TABLE that Tom fixed a few hours ago. It might be better to make the tables TEMP tables --- there are some regression tests that depend on the set of existing tables, IIRC. Otherwise ok.