-
- Downloads
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.
Showing
- contrib/chkpass/chkpass.c 7 additions, 11 deletionscontrib/chkpass/chkpass.c
- contrib/fuzzystrmatch/fuzzystrmatch.c 1 addition, 5 deletionscontrib/fuzzystrmatch/fuzzystrmatch.c
- src/backend/utils/adt/cash.c 3 additions, 10 deletionssrc/backend/utils/adt/cash.c
- src/pl/plperl/SPI.xs 0 additions, 6 deletionssrc/pl/plperl/SPI.xs
- src/pl/plperl/plperl.c 1 addition, 5 deletionssrc/pl/plperl/plperl.c
Loading
Please register or sign in to comment