Improve the recently-added libpq events code to provide more consistent

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

Commit: e2b7d0c65c611ae3044eb3a49ada71aa22cbca80
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-19T16:40:40Z
Releases: 8.4.0
Improve the recently-added libpq events code to provide more consistent
guarantees about whether event procedures will receive DESTROY events.
They no longer need to defend themselves against getting a DESTROY
without a successful prior CREATE.

Andrew Chernow

Files