Add an "events" system to libpq, whereby applications can get callbacks that
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Sep 2008 04:31:08 +0000 (04:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Sep 2008 04:31:08 +0000 (04:31 +0000)
commitd08cf0e3a01f660f6ed147263b89c98cfd2d0232
treeabc0630a809bd1c49e982b0bc019e96d06ad2a65
parentd8b81e6f69d371871cb90b18c279546974c6a11b
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
doc/src/sgml/libpq.sgml
src/interfaces/libpq/Makefile
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-events.c [new file with mode: 0644]
src/interfaces/libpq/libpq-events.h [new file with mode: 0644]
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/tools/msvc/Install.pm