Re: Getting to 8.3 beta1 - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Getting to 8.3 beta1
Date
Msg-id 87hclfyvhz.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Getting to 8.3 beta1  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Getting to 8.3 beta1
List pgsql-hackers
"Stephen Frost" <sfrost@snowman.net> writes:

> This is where I was suggesting doing something like running the
> regression tests using old client libraries linked against the new
> library.  If there's a binary-incompatible change then the path is
> clear.  If the regression tests work fine then I'd feel comfortable
> just bumping the minor version and leaving the real 'soname' alone.

Unfortunately the regression tests don't really test the library interface.
They test that various forms of SQL work but all with a single client and a
single form of authentication.

What we want to know is that things like pgadmin can connect properly to
either 8.3, 8.2, and even 8.1 using the new libraries regardless of how the
server authentication is configured. Do they work correctly if the server
tries to do password authentication, ident, kerberos, etc.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: Getting to 8.3 beta1
Next
From: "Nikolay Samokhvalov"
Date:
Subject: Re: proposal casting from XML[] to int[], numeric[], text[]