summaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-12-05 12:54:41 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2024-12-05 12:54:41 -0500
commitcd1c8b992e9f8774f9e08b2c7f668067bfe7e621 (patch)
tree5dc36eb743e1f77cbe7e97f330961b5e0bf9fe75 /src/backend/commands/opclasscmds.c
parent1168acbca475d48f745b345f69389df11f2396aa (diff)
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+kkZ9L6w@mail.gmail.com
Diffstat (limited to 'src/backend/commands/opclasscmds.c')
0 files changed, 0 insertions, 0 deletions