Thread: [COMMITTERS] pgsql: Make CppAsString2() more visible in c.h.

[COMMITTERS] pgsql: Make CppAsString2() more visible in c.h.

From
Tom Lane
Date:
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(-)