]> 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:13 +0000 (09:41 -0400)
commit9e6b1bf258170e62dac555fc82ff0536dfe01d29
tree88aaf48138222a5fe9fb63662708ed174b30ac62
parent0ef0b6784c7d7258cae314cb46558873edaf9c0a
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