pgsql: Ensure that the resolved datatype of any unknown Param is

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that the resolved datatype of any unknown Param is
Date: 2005-02-19 19:33:43
Message-ID: 20050219193343.35A8C8BA398@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that the resolved datatype of any unknown Param is propagated
into the sub-SELECT targetlist when it appears in the context
INSERT INTO foo SELECT $1 ... Per report from Abhijit Menon-Sen.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
analyze.c (r1.290.2.2 -> r1.290.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.290.2.2&r2=1.290.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-19 23:16:16 pgsql: New arrangement to always let the bgwriter do checkpoints broke
Previous Message Tom Lane 2005-02-19 19:33:24 pgsql: Ensure that the resolved datatype of any unknown Param is