]> 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:22 +0000 (21:03 -0700)
commit463a841d7407dbc96cc1c39ca99ebe9c8bdd3244
tree191ed95332184806113a8e8ac2748bdaebf594d1
parent5b94e2bd4d5430f5ea4e965a32727a6006972a55
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