pgsql: Fix a *different* problem with whole-row Vars afflicting 8.0

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix a *different* problem with whole-row Vars afflicting 8.0
Дата
Msg-id 20051214163020.E34209DC9E2@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix a *different* problem with whole-row Vars afflicting 8.0 branch.
This is a back-port of a fix made to markTargetListOrigin() on 2005-04-25.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_target.c (r1.129 -> r1.129.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_target.c.diff?r1=1.129&r2=1.129.4.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: Defend against crash while processing Describe Statement or