Avoid low-probability crash on out-of-memory. check_restrict_nonsystem_relation_kind() correctly uses guc_malloc() in v16 and later. But in older branches it must use malloc() directly, and it forgot to check for failure return. Faulty backpatching of 66e94448a.
Karina Litskevich Discussion: https://postgr.es/m/CACiT8iZ=atkgukvbpn4hmjfmb4+t9yeowf5jupzg8w+kkz9...@mail.gmail.com Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d24eb0e91f3f7fc54ed4e56d93b26e2f8d52c1ce Modified Files -------------- src/backend/tcop/postgres.c | 5 +++++ 1 file changed, 5 insertions(+)