| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove useless argtype_inherit() code, and make consequent |
| Date: | 2005-04-23 22:09:58 |
| Message-ID: | 20050423220958.A54CE53824@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Remove useless argtype_inherit() code, and make consequent simplifications.
As I pointed out a few days ago, this code has failed to do anything useful
for some time ... and if we did want to revive the capability to select
functions by nearness of inheritance ancestry, this is the wrong place
and way to do it anyway. The knowledge would need to go into
func_select_candidate() instead. Perhaps someday someone will be motivated
to do that, but I am not today.
Modified Files:
--------------
pgsql/src/backend/parser:
parse_func.c (r1.178 -> r1.179)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_func.c.diff?r1=1.178&r2=1.179)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-04-23 22:53:06 | pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. |
| Previous Message | Bruce Momjian | 2005-04-23 21:45:28 | pgsql: Turns out our existing page size is already optimal in most |