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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Make CppAsString2() more visible in c.h.
Дата
Msg-id E1cm8HR-0006Hd-5a@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Add amcheck extension to contrib.