pgsql: Move username lookup functions from /port to /common

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Move username lookup functions from /port to /common
Дата
Msg-id E1W1l71-0002Op-0o@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Accept pg_upgraded tuples during multixact freezing
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Adjust pg_upgrade for move of username lookup functions to /comm