2 Commits

Author SHA1 Message Date
Markos Fountoulakis
9d0d159ac1 Port perl tests to support PG15
Port the timescaledb perl tests and the corresponding infrastructure to
support the new perl namespace introduced in PG15.

https://github.com/postgres/postgres/commit/b3b4d8e6
2022-09-23 11:40:48 +03:00
Dmitry Simonenko
b30d005657 Fix crash when execute add_data_node
On disconnect libpq will create a result object without
creating event data, which is usually done for a regular errors.

This fix handles this case and forces the result object to always
have have associated connection meta data.

Fix: #3951
2022-01-25 14:21:21 +03:00