pgsql: Check that result tupdesc has exactly 1 column in return_next sc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Check that result tupdesc has exactly 1 column in return_next sc
Дата
Msg-id E1c6lal-0004pJ-4n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Check that result tupdesc has exactly 1 column in return_next scalar case.

This should always be true, but since we're relying on a tuple descriptor
passed from outside pltcl itself, let's check.  Per a gripe from Coverity.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4ecd1974377ffb4d6d72874ba14fcd23965b1792

Modified Files
--------------
src/pl/tcl/pltcl.c | 4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Reserve zero as an invalid DSM handle.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Build HTML documentation using XSLT stylesheets by default