]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix previous commit's ecpg_clocale for ppc Darwin.
authorNoah Misch <noah@leadboat.com>
Sun, 3 Jul 2022 04:03:19 +0000 (21:03 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 3 Jul 2022 04:03:23 +0000 (21:03 -0700)
commita4240139fc76fe89bba1a31dc8d7fec08bdfd2ae
treea2d97ef58f28a72fbdac48ea73b292cd9a72120c
parent5e0b8f3f4f87739b3187c2d3f7e6e3d2bc6a55d6
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
src/interfaces/ecpg/ecpglib/connect.c