postgresql/contrib/jsonb_plperl
John Naylor 4eec2e03c3 Be more careful to avoid including system headers after perl.h
Commit 121d2d3d70 included simd.h into pg_wchar.h. This caused a problem
on Windows, since Perl has "#define free" (referring to globals), which
breaks the Windows' header. To fix, move the static inline function
definitions from plperl_helpers.h, into plperl.h, where we already
document the necessary inclusion order. Since those functions were the
only reason for the existence of plperl_helpers.h, remove it.

First reported by Justin Pryzby

Diagnosis and review by Andres Freund, patch by myself per suggestion
from Tom Lane

Discussion: https://www.postgresql.org/message-id/20220826115546.GE2342%40telsasoft.com
2022-08-27 14:45:18 +07:00
..
expected Fix handling of "undef" in contrib/jsonb_plperl. 2019-08-04 14:05:34 -04:00
sql Fix handling of "undef" in contrib/jsonb_plperl. 2019-08-04 14:05:34 -04:00
.gitignore Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
jsonb_plperl--1.0.sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperl.c Be more careful to avoid including system headers after perl.h 2022-08-27 14:45:18 +07:00
jsonb_plperl.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
jsonb_plperlu--1.0.sql Fix inconsistencies and typos in the tree 2019-07-22 10:01:50 +09:00
jsonb_plperlu.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00