pgsql: Alter the signature for encoding conversion functions to declare

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Alter the signature for encoding conversion functions to declare
Date: 2005-05-03 19:18:48
Message-ID: 20050503191848.B2C02536F8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_conversion.sgml (r1.5 -> r1.5.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_conversion.sgml.diff?r1=1.5&r2=1.5.2.1)
pgsql/src/backend/commands:
conversioncmds.c (r1.5 -> r1.5.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/conversioncmds.c.diff?r1=1.5&r2=1.5.2.1)
pgsql/src/backend/utils/mb/conversion_procs:
Makefile (r1.7.2.1 -> r1.7.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_procs/Makefile.diff?r1=1.7.2.1&r2=1.7.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-03 19:42:41 pgsql: Clean up MultiXactIdExpand's API by separating out the case where
Previous Message Tom Lane 2005-05-03 19:18:31 pgsql: Alter the signature for encoding conversion functions to declare