| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Diagnose incompatible OpenLDAP versions during build and test. |
| Date: | 2014-07-22 15:08:03 |
| Message-ID: | E1X9bff-0005sO-5E@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Diagnose incompatible OpenLDAP versions during build and test.
With OpenLDAP versions 2.4.24 through 2.4.31, inclusive, PostgreSQL
backends can crash at exit. Raise a warning during "configure" based on
the compile-time OpenLDAP version number, and test the crash scenario in
the dblink test suite. Back-patch to 9.0 (all supported versions).
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/fd18965e33da9dc7326803e61cf28d82237e3bba
Modified Files
--------------
configure | 52 ++++++++++++++++++++++++++++++++++++
configure.in | 29 ++++++++++++++++++++
contrib/dblink/Makefile | 4 ++-
contrib/dblink/expected/.gitignore | 1 +
contrib/dblink/expected/dblink.out | 27 +++++++++++++++++++
contrib/dblink/input/paths.source | 14 ++++++++++
contrib/dblink/output/paths.source | 11 ++++++++
contrib/dblink/pg_service.conf | 7 +++++
contrib/dblink/sql/.gitignore | 1 +
contrib/dblink/sql/dblink.sql | 28 +++++++++++++++++++
src/test/regress/regress.c | 43 +++++++++++++++++++++++++++++
11 files changed, 216 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2014-07-22 15:26:08 | pgsql: Allow empty string object keys in json_object(). |
| Previous Message | Peter Eisentraut | 2014-07-22 04:46:15 | pgsql: Unset some local environment variables in TAP tests |