Обсуждение: pgsql/src/backend/catalog pg_proc.c

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

pgsql/src/backend/catalog pg_proc.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/08/22 20:49:46

Modified files:
    src/backend/catalog: pg_proc.c

Log message:
    Allow the return value of an SQL function to be binary-compatible with
    the declared result type, rather than requiring exact type match as
    before.  Per pghackers discusssion of 14-Aug.