]> granicus.if.org Git - postgresql/commit
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)
commit52176633720246efda688efcbeedb141ca598d00
tree8ab66943fc0b7045dfc93f3d71dc2c66431e2552
parent25b7583f67136e522b502ee2ad32ae630e521439
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