pgsql: Remove db_user_namespace.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove db_user_namespace.
Date: 2023-07-17 18:45:24
Message-ID: E1qLTDn-000qO2-Tj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-07-17 20:55:02 pgsql: Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
Previous Message David Rowley 2023-07-16 23:18:10 pgsql: Shrink memory contexts struct sizes