pgsql: Ensure that the Datum generated from a whole-row Var contains

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that the Datum generated from a whole-row Var contains
Date: 2005-10-19 18:18:33
Message-ID: 20051019181833.62968DA5EF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that the Datum generated from a whole-row Var contains valid
type ID information even when it's a record type. This is needed to
handle whole-row Vars referencing subquery outputs. Per example from
Richard Huxton.

Modified Files:
--------------
pgsql/src/backend/access/common:
heaptuple.c (r1.100 -> r1.101)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/heaptuple.c.diff?r1=1.100&r2=1.101)
pgsql/src/backend/executor:
execQual.c (r1.181 -> r1.182)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.181&r2=1.182)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-19 22:30:31 pgsql: Better solution to the problem of labeling whole-row Datums that
Previous Message Tom Lane 2005-10-19 17:31:21 pgsql: Fix oversight in recent changes to enable the 'physical tlist'