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)
commit32f159cc55bacad6a4737d3584cb69698c33fc86
tree94799aea36c869020b389fdf53362140dc17eca5
parentb73c0c2a51500d52fcf0eb69100a701cc2273c2e
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