Check after errors of SPI_execute() in xml.c

Michael Paquier <michael@paquier.xyz>

Commit: 3feb6ace7cfe8edbf6db702de06dc9295f307a8e
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-11-07T02:13:31Z
Releases: 13.0
Check after errors of SPI_execute() in xml.c

SPI gets used to build a list of relation OIDs for XML object
generation, and one code path building a list uses SPI_execute() without
looking at errors it produces.  So fix that.

Author: Mark Dilger
Reviewed-by: Michael Paquier, Pavel Stehule
Discussion: https://postgr.es/m/17d30445-4862-7917-170f-84328dcd292d@gmail.com

Files

PathChange+/−
src/backend/utils/adt/xml.c modified +5 −1

Discussion