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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a *different* problem with whole-row Vars afflicting 8.0
Date
Msg-id 20051214163020.E34209DC9E2@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix problem with whole-row Vars referencing sub-select outputs,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against crash while processing Describe Statement or