Re: [INTERFACES] Asynchronous connection functions - patch submitted

Поиск
Список
Период
Сортировка
От E.E. Mellor
Тема Re: [INTERFACES] Asynchronous connection functions - patch submitted
Дата
Msg-id Pine.SOL.4.10a.9911301211280.5846-100000@red.csi.cam.ac.uk
обсуждение исходный текст
Ответ на Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgreSQL.org>)
Ответы Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgresql.org>)
Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-interfaces
On Tue, 30 Nov 1999, Michael Meskes wrote:

> On Tue, Nov 30, 1999 at 02:35:46AM +0000, eem21@cam.ac.uk wrote:
> > Due to enormous public demand, I have now submitted the changes to
> > libpq that I have had hold of for some time.  These add functions to
> > allow asynchronous connection to the database.  These functions are
> > called
> > 
> > PQconnectStart
> > PQconnectPoll
> > ...
> 
> Sorrym I didn't follow this discussion. Do these function replace the old
> ones? Or are they additional?

Additional.  The old functions (PQconnect, PQreset) now actually feed
through these new functions, but there should be no change in behaviour as
far as any caller of those is concerned.

Ewan.



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

Предыдущее
От: "E.E. Mellor"
Дата:
Сообщение: Re: [INTERFACES] libpq + multiple connections ...
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [INTERFACES] Asynchronous connection functions - patch submitted