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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix previous commit's ecpg_clocale for ppc Darwin.
Дата
Msg-id E1o7qpq-000wA2-OV@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/463a841d7407dbc96cc1c39ca99ebe9c8bdd3244

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: ecpglib: call newlocale() once per process.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove redundant null pointer checks before pg_free()