pgsql: Make constant-folding produce sane output for

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make constant-folding produce sane output for
Date: 2005-04-10 20:58:04
Message-ID: 20050410205804.175A35357D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make constant-folding produce sane output for COALESCE(NULL,NULL),
that is a plain NULL and not a COALESCE with no inputs. Fixes crash
reported by Michael Williamson.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
clauses.c (r1.154.2.2 -> r1.154.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c.diff?r1=1.154.2.2&r2=1.154.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewsn 2005-04-10 22:57:34 newsysviews - newsysview: use existing bit_or aggregate rather than
Previous Message Tom Lane 2005-04-10 20:57:45 pgsql: Make constant-folding produce sane output for