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-0005sM-54@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/d7cdf6ee36adeac9233678fb8f2a112e6678a770
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 |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2014-07-22 15:11:53 | Re: [bug fix] Suppress "autovacuum: found orphan temp table" message |
Previous Message | Fabrízio de Royes Mello | 2014-07-22 15:01:59 | Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED |