From: | Joachim Wieland <joe(at)mcknight(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Michael Meskes <meskes(at)postgresql(dot)org>, Rocco Altier <RoccoA(at)Routescape(dot)com>, PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: ecpg test suite |
Date: | 2006-08-03 16:36:02 |
Message-ID: | 20060803163602.GA3849@mcknight.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Aug 03, 2006 at 11:36:22AM -0400, Tom Lane wrote:
> The spelling we've used for many years is
> diff -w -C3
I found only -w, but will append -C3 as well.
> Is there a reason to change from that?
No.
> At least from my perspective, it would be good if there were a way to
> run the regression tests without any use of TCP ports.
It's not necessary, ecpglib uses libpq as any other program, however it does
its own parsing of the connect options and there are quite a few different
formats you could use so it would be nice to cover that by a few small
tests.
Do you see a possibility to select what test should be run? Maybe no tcp
connections by default but with an additional make-target "checktcp"?
Joachim
--
Joachim Wieland joe(at)mcknight(dot)de
GPG key available
From | Date | Subject | |
---|---|---|---|
Next Message | Csaba Nagy | 2006-08-03 16:36:45 | Re: pg_terminate_backend |
Previous Message | Csaba Nagy | 2006-08-03 16:33:03 | Re: pg_terminate_backend |