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

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Allow binary-coercible types for cast function arguments and
Date
Msg-id 20080711070243.E81E07549FD@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Allow binary-coercible types for cast function arguments and  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Make sure we only try to free snapshots that have been passed
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Add caching of query to GIN/GiST consistent function.