]> granicus.if.org Git - postgresql/commit
Add mkdtemp() to libpgport.
authorNoah Misch <noah@leadboat.com>
Sat, 14 Jun 2014 13:41:13 +0000 (09:41 -0400)
committerNoah Misch <noah@leadboat.com>
Sat, 14 Jun 2014 13:41:18 +0000 (09:41 -0400)
commit3243fa391ebcf2a6210397d7f8c1d353c15130cf
treeb5dac86d1dd867ed21058cda97d7d8e24c64d0ca
parent294a489855c6080197d40673fe592d6b494db6d5
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.
configure
configure.in
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port.h
src/port/mkdtemp.c [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm