Re: Getting to 8.3 beta1

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Getting to 8.3 beta1
Дата
Msg-id 87hclfyvhz.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Getting to 8.3 beta1  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Getting to 8.3 beta1  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: Getting to 8.3 beta1
Следующее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: Re: proposal casting from XML[] to int[], numeric[], text[]