Re: [PATCHES] libpq events patch (with sgml docs)

2008-09-05 Thread Alvaro Herrera
David Rowley escribió: > Alvaro Herrera wrote: > >Oh, BTW: don't post to pgsql-patches. It's deprecated. Use > > pgsql-hackers instead. > > I thought this too until I read > http://wiki.postgresql.org/wiki/Submitting_a_Patch > > Which is correct? I just updated that page and the developer's FA

Re: [PATCHES] libpq events patch (with sgml docs)

2008-09-05 Thread David Rowley
Alvaro Herrera wrote: >Oh, BTW: don't post to pgsql-patches. It's deprecated. Use > pgsql-hackers instead. I thought this too until I read http://wiki.postgresql.org/wiki/Submitting_a_Patch Which is correct? David. -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To m

Re: [PATCHES] libpq events patch (with sgml docs)

2008-09-05 Thread Alvaro Herrera
Andrew Chernow escribió: > ! > printfPQExpBuffer(&conn->errorMessage, > ! > libpq_gettext("PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"), > !

Re: [PATCHES] libpq events patch

2008-09-03 Thread Andrew Chernow
Andrew Chernow wrote: This is an updated version pf the libpqevents patch. See http://archives.postgresql.org/pgsql-hackers/2008-09/msg00153.php for details. The only change I didn't make yet is the event 'name'. I have put it in and taken it out twice now, so a firm 'put it in there' woul

Re: [PATCHES] libpq events patch

2008-09-03 Thread Alvaro Herrera
Andrew Chernow wrote: > This is an updated version pf the libpqevents patch. See > > http://archives.postgresql.org/pgsql-hackers/2008-09/msg00153.php > > for details. The only change I didn't make yet is the event 'name'. I > have put it in and taken it out twice now, so a firm 'put it in the

[PATCHES] libpq events patch

2008-09-03 Thread Andrew Chernow
This is an updated version pf the libpqevents patch. See http://archives.postgresql.org/pgsql-hackers/2008-09/msg00153.php for details. The only change I didn't make yet is the event 'name'. I have put it in and taken it out twice now, so a firm 'put it in there' would be appreciated. Go