[COMMITTERS] pgsql: Make CppAsString2() more visible in c.h. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Make CppAsString2() more visible in c.h.
Date
Msg-id E1cm8HR-0006Hd-5a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make CppAsString2() more visible in c.h.

For some reason this standard C string-processing hack was buried in an
NLS-related section of c.h.  Put it beside CppAsString() so that people
are more likely to find it and not be tempted to reinvent local copies,
as I nearly did.  And provide a more helpful comment, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9cfc4deeb9e6bd8162bd85dce5809d4d7aea2b66

Modified Files
--------------
src/include/c.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Add amcheck extension to contrib.