pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Дата
Msg-id E1Ryli4-0005XP-MS@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Windows doesn't have strtok_r, so let's use strtok_s instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e3155c97b0fa6d73aa9128cf0e56e8a776f5d355

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


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Make sure all connection paramters are used in call to PQconnect
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: gcc on Windows does not know about strtok_s.