Re: [HACKERS] Making regression tests

2001-10-16 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > Just wondering if someone could give me an indication as to how to create a > new regression test, for the ADD UNIQUE stuff I did? It's not hard. Make a file in src/test/regress/sql containing test queries, and one in src/test/regress/sql/e

[HACKERS] Making regression tests

2001-10-16 Thread Christopher Kings-Lynne
Hi All, Just wondering if someone could give me an indication as to how to create a new regression test, for the ADD UNIQUE stuff I did? I intend to do a regression test during the beta, and try to produce a patch that addresses some of the concerns Tom had with the code. Cheers, Chris -