pgsql: Allow binary-coercible types for cast function arguments and

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow binary-coercible types for cast function arguments and
Date: 2008-07-11 07:02:43
Message-ID: 20080711070243.E81E07549FD@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow binary-coercible types for cast function arguments and return types.
Document return type of cast functions.

Also change documentation to prefer the term "binary coercible" in its
present sense instead of the previous term "binary compatible".

Modified Files:
--------------
pgsql/doc/src/sgml:
catalogs.sgml (r2.166 -> r2.167)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.166&r2=2.167)
typeconv.sgml (r1.53 -> r1.54)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/typeconv.sgml?r1=1.53&r2=1.54)
pgsql/doc/src/sgml/ref:
create_cast.sgml (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_cast.sgml?r1=1.26&r2=1.27)
pgsql/src/backend/commands:
functioncmds.c (r1.93 -> r1.94)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/functioncmds.c?r1=1.93&r2=1.94)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2008-07-11 11:56:48 pgsql: Add caching of query to GIN/GiST consistent function.
Previous Message Alvaro Herrera 2008-07-11 02:10:14 pgsql: Make sure we only try to free snapshots that have been passed