pgsql: Fix problem with whole-row Vars referencing sub-select outputs,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix problem with whole-row Vars referencing sub-select outputs,
Дата
Msg-id 20051214162849.505179DC9E8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix problem with whole-row Vars referencing sub-select outputs, per
example from Jim Dew.  Add some simple regression tests, since this is
an area we seem to break regularly :-(

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.183.2.1 -> r1.183.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.183.2.1&r2=1.183.2.2)
    pgsql/src/test/regress/expected:
        select.out (r1.13 -> r1.13.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select.out.diff?r1=1.13&r2=1.13.2.1)
    pgsql/src/test/regress/sql:
        select.sql (r1.9 -> r1.9.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/select.sql.diff?r1=1.9&r2=1.9.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix problem with whole-row Vars referencing sub-select outputs,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a *different* problem with whole-row Vars afflicting 8.0