pgsql: Remove db_user_namespace.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: Remove db_user_namespace.
Дата
Msg-id E1qLTDn-000qO2-Tj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove db_user_namespace.

This feature was intended to be a temporary measure to support
per-database user names.  A better one hasn't materialized in the
~21 years since it was added, and nobody claims to be using it, so
let's just remove it.

Reviewed-by: Michael Paquier, Magnus Hagander
Discussion: https://postgr.es/m/20230630200509.GA2830328%40nathanxps13
Discussion: https://postgr.es/m/20230630215608.GD2941194%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/884eee5bfb5ab902413dc00ccee5b3e3f1c505d0

Modified Files
--------------
doc/src/sgml/client-auth.sgml                 |  5 ---
doc/src/sgml/config.sgml                      | 52 ---------------------------
src/backend/libpq/auth.c                      |  5 ---
src/backend/libpq/hba.c                       | 12 -------
src/backend/postmaster/postmaster.c           | 19 ----------
src/backend/utils/misc/guc_tables.c           |  9 -----
src/backend/utils/misc/postgresql.conf.sample |  1 -
src/include/libpq/pqcomm.h                    |  2 --
8 files changed, 105 deletions(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Shrink memory contexts struct sizes
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Include in fe-auth.c, to get CHAR_BIT reliably.