Re: [INTERFACES] Asynchronous connection functions - patch submitted - Mailing list pgsql-interfaces

From E.E. Mellor
Subject Re: [INTERFACES] Asynchronous connection functions - patch submitted
Date
Msg-id Pine.SOL.4.10a.9911301211280.5846-100000@red.csi.cam.ac.uk
Whole thread Raw
In response to Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgreSQL.org>)
Responses Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgresql.org>)
Re: [INTERFACES] Asynchronous connection functions - patch submitted  (Michael Meskes <meskes@postgresql.org>)
List 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 by date:

Previous
From: "E.E. Mellor"
Date:
Subject: Re: [INTERFACES] libpq + multiple connections ...
Next
From: Michael Meskes
Date:
Subject: Re: [INTERFACES] Asynchronous connection functions - patch submitted