pgsql/src/backend/catalog pg_proc.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/catalog pg_proc.c
Date
Msg-id 200108230049.f7N0nkA48028@hub.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src/interfaces/odbc bind.c columninfo.c ...
Next
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src/interfaces/odbc bind.c columninfo.c ...