pgsql: Fix previous commit's ecpg_clocale for ppc Darwin.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix previous commit's ecpg_clocale for ppc Darwin.
Date: 2022-07-03 04:03:52
Message-ID: E1o7qpq-000wAB-Pr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix previous commit's ecpg_clocale for ppc Darwin.

Per buildfarm member prairiedog, this platform rejects uninitialized
global variables in shared libraries. Back-patch to v10, like the
addition of the variable.

Reviewed by Tom Lane.

Discussion: https://postgr.es/m/20220703030619.GB2378460@rfd.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1cad30e3ba82746a4a5a760d4e790291287998de

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-03 07:12:21 pgsql: Remove redundant null pointer checks before pg_free()
Previous Message Noah Misch 2022-07-02 20:02:13 pgsql: ecpglib: call newlocale() once per process.