Remove fe_memutils from libpgcommon_shlib libpq must not use palloc/pfree. It's not allowed to exit on allocation failure, and mixing the frontend pfree with malloc is architecturally unsound.
Remove fe_memutils from the shlib build entirely, to keep devs from accidentally depending on it in the future. Author: Jacob Champion <jacob.champ...@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/CAOYmi+=pg=W5L1h=3mep_eb24jabu2fyatrlxqqhge7cpuv...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f1976df5eaf277f6f761306ce06ae32141438096 Modified Files -------------- src/common/Makefile | 5 +++-- src/common/meson.build | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)