| From: | tgl(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/ oc/src/sgml/typeconv.sgml rc/backend/co ... |
| Date: | 2001-10-04 22:06:46 |
| Message-ID: | 200110042206.f94M6kN83918@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/04 18:06:46
Modified files:
doc/src/sgml : typeconv.sgml
src/backend/commands: indexcmds.c
src/backend/parser: parse_func.c
src/include/parser: parse_func.h
Log message:
Consider interpreting a function call as a trivial (binary-compatible)
type coercion after failing to find an exact match in pg_proc, but before
considering interpretations that involve a function call with one or
more argument type coercions. This avoids surprises wherein what looks
like a type coercion is interpreted as coercing to some third type and
then to the destination type, as in Dave Blasby's bug report of 3-Oct-01.
See subsequent discussion in pghackers.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | petere | 2001-10-04 22:25:48 | pgsql/doc/src/sgml Makefile |
| Previous Message | tgl | 2001-10-04 22:00:18 | pgsql/src/backend/utils/adt ruleutils.c |