]> 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:24 +0000 (21:03 -0700)
commit1cad30e3ba82746a4a5a760d4e790291287998de
tree3246ed590ea5a7a1e7bda9d93100b22f574a1018
parentd68b731a15046bca043d086de3eb695cb6236b12
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