diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-12 08:30:39 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-12 08:30:39 +0200 |
commit | f1976df5eaf277f6f761306ce06ae32141438096 (patch) | |
tree | 0653c1935bb2fbe9c86b600e91a5b4c24061df56 /src/backend/executor/nodeProjectSet.c | |
parent | 94980c45674fc2d1125f3ba7ce0bb5d34f770e00 (diff) | |
download | postgresql-f1976df5eaf277f6f761306ce06ae32141438096.tar.gz postgresql-f1976df5eaf277f6f761306ce06ae32141438096.zip |
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.champion@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/CAOYmi+=pg=W5L1h=3MEP_EB24jaBu2FyATrLXqQHGe7cpuvwyg@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions