From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/src backend/catalog/heap.c backen ... |
Date: | 2002-09-19 22:48:34 |
Message-ID: | 20020919224834.3ECD4476CC3@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/19 18:48:34
Modified files:
src/backend/catalog: heap.c
src/backend/commands: explain.c typecmds.c
src/backend/utils/adt: ruleutils.c
src/include/utils: builtins.h
src/test/regress/expected: rules.out
Log message:
Department of second thoughts: suppressing implicit casts everywhere in
ruleutils display is not such a great idea. For arguments of functions
and operators I think we'd better keep the historical behavior of showing
such casts explicitly, to ensure that the function/operator is reparsed
the same way when the rule is reloaded. This also makes the output of
EXPLAIN less obscurantist about exactly what's happening.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-09-19 23:40:56 | pgsql-server/src backend/catalog/dependency.c ... |
Previous Message | Bruce Momjian | 2002-09-19 21:59:46 | Re: pgsql-server/doc/src/sgml programmer.sgml |