Fix two places in xml.c that neglected to check the return values of
authorNeil Conway <neilc@samurai.com>
Sat, 12 Jan 2008 10:50:03 +0000 (10:50 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 12 Jan 2008 10:50:03 +0000 (10:50 +0000)
commit9c98a320b26548234e2bf2232bf257d7f09e9f06
treecee2513aea5223f3d9bbfb3fe5b024623787b94d
parenta7342052a077f1389af2c7231943768b951d9cfa
Fix two places in xml.c that neglected to check the return values of
SPI_prepare() and SPI_cursor_open(), to silence a Coverity warning.
src/backend/utils/adt/xml.c