libpq events patch (with sgml docs)

From: Andrew Chernow <ac(at)esilo(dot)com>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>
Subject: libpq events patch (with sgml docs)
Date: 2008-09-05 19:14:59
Message-ID: 48C18533.2000204@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

- Added sgml docs.
- Removed the PQpassThroughData and PQresultPassThroughData functions.
- Added an argument to PGEventProc, the passThrough pointer.
- fixed some errors in the code comments due to code shuffles.

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

Attachment Content-Type Size
libpq-events.tgz application/x-compressed 13.2 KB
libpq-events.patch text/plain 51.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-09-05 19:22:15 Re: libpq events patch (with sgml docs)
Previous Message Martin Pihlak 2008-09-05 19:00:36 reducing statistics write overhead

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-09-05 19:22:15 Re: libpq events patch (with sgml docs)
Previous Message Tom Lane 2008-09-05 17:29:29 Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)