pgsql: Add mkdtemp() to libpgport.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Add mkdtemp() to libpgport.
Дата
Msg-id E1WvoL9-0003T7-UI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add mkdtemp() to libpgport.

This function is pervasive on free software operating systems; import
NetBSD's implementation.  Back-patch to 8.4, like the commit that will
harness it.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3243fa391ebcf2a6210397d7f8c1d353c15130cf

Modified Files
--------------
configure                     |    3 +-
configure.in                  |    2 +-
src/include/pg_config.h.in    |    3 +
src/include/pg_config.h.win32 |    3 +
src/include/port.h            |    3 +
src/port/mkdtemp.c            |  293 +++++++++++++++++++++++++++++++++++++++++
src/tools/msvc/Mkvcbuild.pm   |    2 +-
7 files changed, 306 insertions(+), 3 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Add mkdtemp() to libpgport.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su