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

From Tom Lane
Subject Re: pgsql: Allow binary-coercible types for cast function arguments and
Date
Msg-id 3733.1215787435@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Allow binary-coercible types for cast function arguments and  (petere@postgresql.org (Peter Eisentraut))
List pgsql-committers
petere@postgresql.org (Peter Eisentraut) writes:
> 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".

Hmm, the error messages you added still use the phrase "binary compatible".
[ click click, grep grep ]  So does psql/describe.c.  The only other
hits I found were in comments, which likely aren't worth changing.

            regards, tom lane

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Add caching of query to GIN/GiST consistent function.
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Add: > > * Add temporal versions of generate_series() > >