OSDN Git Service

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)
commit0e99be1c257810140b1d14be38ab29f45ca2306e
tree12fb291ae4e84b934b531bbec572f10694d44be5
parentac8998f2e6870ad193570aac6e8da6d4802469b2
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