pgsql: Second try at making examine_variable and friends behave sanely

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Second try at making examine_variable and friends behave sanely
Date: 2005-04-01 20:32:09
Message-ID: 20050401203209.CEA2C53358@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Second try at making examine_variable and friends behave sanely in
cases with binary-compatible relabeling. My first try was implicitly
assuming that all operators scalarineqsel is used for have binary-
compatible datatypes on both sides ... which is very wrong of course.
Per report from Michael Fuhr.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.169.4.3 -> r1.169.4.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.169.4.3&r2=1.169.4.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewsn 2005-04-02 02:37:46 newsysviews - newsysview: First cut at tables and table_columns views.
Previous Message Tom Lane 2005-04-01 20:31:51 pgsql: Second try at making examine_variable and friends behave sanely