Re: [HACKERS] question regarding regression tests

2006-09-15 Thread Gevik Babakhani
Thank you. On Fri, 2006-09-15 at 17:41 -0400, Alvaro Herrera wrote: > Gevik Babakhani wrote: > > Folks, > > > > Could someone please provide information about how to create a correct > > regression test? > > Some information you can find on the PGXS docs: > > > The scripts listed in the

Re: [HACKERS] question regarding regression tests

2006-09-15 Thread Alvaro Herrera
Gevik Babakhani wrote: > Folks, > > Could someone please provide information about how to create a correct > regression test? Some information you can find on the PGXS docs: The scripts listed in the REGRESS variable are used for regression testing of your module, just like make