pgsql: Move username lookup functions from /port to /common
Move username lookup functions from /port to /common
Per suggestion from Peter E and Alvaro
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/111022eac64579cc12d20e33146ce01717562b29
Modified Files
--------------
src/backend/libpq/auth.c | 1 +
src/backend/main/main.c | 1 +
src/bin/initdb/initdb.c | 1 +
src/bin/psql/help.c | 1 +
src/bin/scripts/common.h | 1 +
src/common/Makefile | 2 +-
src/common/username.c | 85 +++++++++++++++++++++++++++++++++++++++++
src/include/common/username.h | 15 ++++++++
src/include/port.h | 4 --
src/port/Makefile | 2 +-
src/port/username.c | 84 ----------------------------------------
src/tools/msvc/Mkvcbuild.pm | 4 +-
12 files changed, 109 insertions(+), 92 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers