pgsql: In ecpglib rewrote code that used strtok_r to not use library fu

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: In ecpglib rewrote code that used strtok_r to not use library fu
Дата
Msg-id E1Rz7A3-0000aO-4Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
In ecpglib rewrote code that used strtok_r to not use library functions
anymore. This way we don't have to worry which compiler on which OS offers
which version of strtok.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84ff5b5db5f801f5da6690d8904cc88cea4700e8

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c |   42 +++++++++++++++++++-------------
1 files changed, 25 insertions(+), 17 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update expected/collate.linux.utf8.out for recent plpgsql change
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.