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)
pgsql-committers by date
| Next: | From: User Andrewsn | Date: 2005-04-10 22:57:34 |
| Subject: newsysviews - newsysview: use existing bit_or aggregate rather than |
| Previous: | From: Tom Lane | Date: 2005-04-10 20:57:45 |
| Subject: pgsql: Make constant-folding produce sane output for |