pgsql: Fix failure with whole-row reference to a subquery.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix failure with whole-row reference to a subquery.
Дата
Msg-id E1VfzAD-0008Iq-J7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix failure with whole-row reference to a subquery.

Simple oversight in commit 1cb108efb0e60d87e4adec38e7636b6e8efbeb57 ---
recursively examining a subquery output column is only sane if the
original Var refers to a single output column.  Found by Kevin Grittner.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e243bd79d98ff4dc5acc20a290dbdc1ad2e17e91

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure with whole-row reference to a subquery.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure with whole-row reference to a subquery.