Обсуждение: pgsql: Add mkdtemp() to libpgport.

Поиск
Список
Период
Сортировка

pgsql: Add mkdtemp() to libpgport.

От
Noah Misch
Дата:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e6b1bf258170e62dac555fc82ff0536dfe01d29

Modified Files
--------------
configure                     |   13 ++
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, 317 insertions(+), 2 deletions(-)