Remove useless argtype_inherit() code, and make consequent simplifications.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 22:09:58 +0000 (22:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 22:09:58 +0000 (22:09 +0000)
commit1832ce1e417c1ee9ec9abe1b6170e5ae807b6015
treedeeaf1841be6651e5e1106266df450828fcda5f1
parent554ba24b2e8bdf2a48f47b8d47b0583a4d5cb460
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.
src/backend/parser/parse_func.c