Re: PGEventProcs must not be allowed to break libpq
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org, Merlin Moncure <mmoncure@gmail.com>
Date: 2022-02-17T14:42:27Z
Lists: pgsql-hackers
Not really related to this complaint and patch, but as far as I can see, libpq events go completely untested in the core source. Maybe we should come up with a test module or something? -- Álvaro Herrera 39°49'30"S 73°17'W — https://www.EnterpriseDB.com/
Commits
-
Don't let libpq PGEVT_CONNRESET callbacks break a PGconn.
- 2e372869aa38 15.0 landed
-
Don't let libpq "event" procs break the state of PGresult objects.
- ce1e7a2f7169 15.0 landed