aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSubplan.c
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2022-08-27 11:17:36 +0700
committerJohn Naylor <john.naylor@postgresql.org>2022-08-27 14:45:18 +0700
commit4eec2e03c34f9a357d86317b1cd05d80a2ab559d (patch)
treee65d6159ad61e347fdaf76f4abfa894acc175100 /src/backend/executor/nodeSubplan.c
parent52144b6fcd626bb7dbe9fe282329c0174620a34b (diff)
downloadpostgresql-4eec2e03c34f9a357d86317b1cd05d80a2ab559d.tar.gz
postgresql-4eec2e03c34f9a357d86317b1cd05d80a2ab559d.zip
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
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions