pgsql/src/backend/catalog pg_proc.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog pg_proc.c
Date: 2001-08-23 00:49:46
Message-ID: 200108230049.f7N0nkA48028@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-08-23 03:55:37 Re: pgsql/src/interfaces/odbc bind.c columninfo.c ...
Previous Message Peter Eisentraut - PostgreSQL 2001-08-22 20:23:24 pgsql/ oc/src/sgml/ref/pg_dump.sgml oc/src/sgm ...