Add a PQfireResultCreateEvents function to allow applications to mimic the

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

Commit: 3290e6180fcd4b73ea1badb2d10e9bf44496cd91
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-19T20:06:13Z
Releases: 8.4.0
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