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

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Allow binary-coercible types for cast function arguments and
Дата
Msg-id 20080711070243.E81E07549FD@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Allow binary-coercible types for cast function arguments and  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Make sure we only try to free snapshots that have been passed
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Add caching of query to GIN/GiST consistent function.