pgsql: Move pgfnames() from libpgport to libpgcommon

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move pgfnames() from libpgport to libpgcommon
Date: 2013-10-19 01:28:56
Message-ID: E1VXLLc-0000Xw-Tw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move pgfnames() from libpgport to libpgcommon

It requires pstrdup() from libpgcommon.

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/nls.mk | 2 +-
src/common/Makefile | 2 +-
src/common/pgfnames.c | 109 +++++++++++++++++++++++++++++++++++++++++++
src/port/dirmod.c | 90 -----------------------------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
5 files changed, 112 insertions(+), 93 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-10-19 14:21:42 pgsql: Move rmtree() from libpgport to libpgcommon
Previous Message Robert Haas 2013-10-18 14:42:37 pgsql: Allow only some columns of a view to be auto-updateable.