From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move username lookup functions from /port to /common |
Date: | 2014-01-10 23:03:35 |
Message-ID: | E1W1l71-0002Op-0o@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-01-11 01:57:09 | pgsql: Adjust pg_upgrade for move of username lookup functions to /comm |
Previous Message | Bruce Momjian | 2014-01-10 21:10:58 | Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69 |