Re: [PATCHES] libpq events patch (with sgml docs) - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: [PATCHES] libpq events patch (with sgml docs)
Date
Msg-id 48D4028E.4060306@esilo.com
Whole thread Raw
In response to Re: [PATCHES] libpq events patch (with sgml docs)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCHES] libpq events patch (with sgml docs)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> BTW, why are all the conn parameters to events declared "const"?  Isn't

Because it looked prettier?  Kidding.  No idea, do you want me to change 
that or do you want to?

> the reason for passing them in mainly to give the event proc a chance
> to issue queries?
>
> 

Partly.  You also want to give the eventproc a chance to issue a 
PQinstanceData call, so it can copy stuff to the created result.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] libpq events patch (with sgml docs)
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Do we really need a 7.4.22 release now?