pgsql: Add mkdtemp() to libpgport.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add mkdtemp() to libpgport.
Date: 2014-06-14 13:49:51
Message-ID: E1WvoL9-0003T1-Tn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2014-06-14 15:05:33 pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su
Previous Message Heikki Linnakangas 2014-06-14 07:47:53 pgsql: Change the signature of rm_desc so that it's passed a XLogRecord