Обсуждение: pgsql: Remove useless argtype_inherit() code, and make consequent

Поиск
Список
Период
Сортировка

pgsql: Remove useless argtype_inherit() code, and make consequent

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)