Re: ecpg thread-safe descriptor

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ecpg thread-safe descriptor
Дата
Msg-id 20071002102310.GB27753@feivel.credativ.de
обсуждение исходный текст
Ответ на Re: ecpg thread-safe descriptor  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: ecpg thread-safe descriptor  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-patches
On Tue, Oct 02, 2007 at 06:45:12PM +0900, ITAGAKI Takahiro wrote:
> Almost portability issues come from Windows, but ecpg in 8.2 only support
> thread-safety on pthread, not on Win32. So backporting is easier than
> expected because we can neglect Windows.

True, but it's still a pretty huge change. I'd prefer to only backport
small fixes not serious rewrites.

> I want thread-safe ecpg *NOW* and cannot wait for 8.3 release...

Which is a valid point for backporting your changes but NOT for
including them into CVS.

> BTW, do we need to distribute ecpg with server (or client library) ?
> If it was a separate product, I think we will be able to maintain them
> more flexiblly, just like libpqxx or JDBC.

I do not agree at all with this statement. IMO it's absolutely necessary
that ecpg's parser is in sync with the backend's parser. So essentially
we would not gain any flexibility as we'd have to release at the same
time anyway.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Loose check was corrected of win32.mak.
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: ecpg thread-safe descriptor