Re: regression tests for ALTER TABLE ... DEFAULT

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: regression tests for ALTER TABLE ... DEFAULT
Date: 2002-04-24 04:10:26
Message-ID: Pine.LNX.4.30.0204240009470.688-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian writes:

> Peter Eisentraut wrote:
> > Neil Conway writes:
> >
> > > The attached patch adds regression tests for setting and removing
> > > default values using ALTER TABLE, on both views and tables.
> >
> > Regression tests tend to be more useful if they are added to the list of
> > tests to run during 'make check'.
>
> I am seeing regression failures and am working on those now.

Don't you ever run the tests before checking stuff in?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-24 04:28:01 Re: regression tests for ALTER TABLE ... DEFAULT
Previous Message Peter Eisentraut 2002-04-24 04:09:34 Re: regression tests for ALTER TABLE ... DEFAULT