]> granicus.if.org Git - postgresql/commit
Fix a few places that were checking for the return value of palloc() to be
authorNeil Conway <neilc@samurai.com>
Sun, 19 Mar 2006 22:22:56 +0000 (22:22 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 19 Mar 2006 22:22:56 +0000 (22:22 +0000)
commita323ede2802956f115d71599514fbc01f2575dee
tree8d2bf7809a9c007563342c3dff8096e8e5acc8f5
parent381cb046ed60a1164a244e2f9aa28b8128ea2ac5
Fix a few places that were checking for the return value of palloc() to be
non-NULL: palloc() ereports on OOM, so we can safely assume it returns a
valid pointer.
contrib/chkpass/chkpass.c
contrib/fuzzystrmatch/fuzzystrmatch.c
src/backend/utils/adt/cash.c
src/pl/plperl/SPI.xs
src/pl/plperl/plperl.c