Re: Gita Press - win98 regression

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Aditya Gilra <aditya_gilra(at)yahoo(dot)com>
Cc: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Gita Press - win98 regression
Date: 2001-07-08 02:03:28
Message-ID: 20010707220328.A6792@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Aditya,

On Fri, Jul 06, 2001 at 06:16:01PM -0700, Aditya Gilra wrote:
> Pl. use the pre-built binary for
> postgresql in the contribs section at cygwin. Wonder
> who built it and put it there?

Me (aka the Cygwin PostgreSQL maintainer).

> I've never done
> regression testing before so I don't know how to do
> it.

Running the regression test is easy but requires the source. There are
two ways of running the test:

$ make check

and

$ make installcheck

The former tests PostgreSQL in the source tree by creating a temporary
installation, starting postmaster, and then running the regression test.
The latter tests an already installed PostgreSQL by just running the
regression test with the implicit assumption that postmaster is already
running. You probably want the latter.

Jason

--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jussi Heino 2001-07-09 20:16:29 Win32-IPC-fix
Previous Message Aditya Gilra 2001-07-07 01:16:01 RE: Gita Press - win98 regression