pgsql: Remove useless argtype_inherit() code, and make consequent - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove useless argtype_inherit() code, and make consequent
Date
Msg-id 20050423220958.A54CE53824@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Turns out our existing page size is already optimal in most
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov.