Add an "events" system to libpq, whereby applications can get callbacks that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32f159cc55bacad6a4737d3584cb69698c33fc86
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-17T04:31:08Z
Releases: 8.4.0
Add an "events" system to libpq, whereby applications can get callbacks that
enable them to manage private data associated with PGconns and PGresults.

Andrew Chernow and Merlin Moncure

Files