Add a PQfireResultCreateEvents function to allow applications to mimic the
Tom Lane <tgl@sss.pgh.pa.us>
Add a PQfireResultCreateEvents function to allow applications to mimic the sequence of operations that libpq goes through while creating a PGresult. Also, remove ill-considered "const" decoration on parameters passed to event procedures.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +50 −9 |
| src/interfaces/libpq/exports.txt | modified | +2 −1 |
| src/interfaces/libpq/libpq-events.c | modified | +33 −1 |
| src/interfaces/libpq/libpq-events.h | modified | +9 −6 |