pgsql: Check after errors of SPI_execute() in xml.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Check after errors of SPI_execute() in xml.c
Дата
Msg-id E1iSXIt-0001UL-T2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3feb6ace7cfe8edbf6db702de06dc9295f307a8e

Modified Files
--------------
src/backend/utils/adt/xml.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Document log_transaction_sample_rate as superuser-only
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Add reusable routine for making arrays unique.