Re: Test-cases for exclusion constraints is missing in alter_table.sql file - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Test-cases for exclusion constraints is missing in alter_table.sql file
Date
Msg-id 11791.1516213820@sss.pgh.pa.us
Whole thread Raw
In response to Test-cases for exclusion constraints is missing in alter_table.sql file  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Responses Re: Test-cases for exclusion constraints is missing inalter_table.sql file
List pgsql-hackers
Ashutosh Sharma <ashu.coek88@gmail.com> writes:
> While working on exclusion constraints for one of our internal
> project, I noticed that there is no test-case for exclusion
> constraints in alter_table.sql file. However, for other constraints i
> could see lots of test-cases in alter_table.sql. There are hardly 1-2
> test-cases for exclusion constraint using ALTER TABLE command (1 in
> constraints.source and 1 for partitioned table in alter_table.sql).
> Shouldn't we consider adding few test-cases for exclusion constraints
> in alter_table.sql considering that we have added lots of test-cases
> for other constraints in this file. Thoughts?

They're tested elsewhere, so this proposal seems rather duplicative.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Next
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] GnuTLS support