pgsql: Alter the signature for encoding conversion functions to declare

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Alter the signature for encoding conversion functions to declare
Дата
Msg-id 20050503191831.68F325420F@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Alter the signature for encoding conversion functions to declare the
output area as INTERNAL not CSTRING.  This is to prevent people from
calling the functions by hand.  This is a permanent solution for the
back branches but I hope it is just a stopgap for HEAD.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        create_conversion.sgml (r1.13 -> r1.13.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_conversion.sgml.diff?r1=1.13&r2=1.13.2.1)
    pgsql/src/backend/commands:
        conversioncmds.c (r1.11 -> r1.11.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/conversioncmds.c.diff?r1=1.11&r2=1.11.4.1)
    pgsql/src/backend/utils/mb/conversion_procs:
        Makefile (r1.9.2.1 -> r1.9.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_procs/Makefile.diff?r1=1.9.2.1&r2=1.9.2.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Alter the signature for encoding conversion functions to declare
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Alter the signature for encoding conversion functions to declare