aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2023-07-17 11:44:59 -0700
committerNathan Bossart <nathan@postgresql.org>2023-07-17 11:44:59 -0700
commit884eee5bfb5ab902413dc00ccee5b3e3f1c505d0 (patch)
treee4c4b1f32c835be148c07b1e46a7917f16ecea31 /src/backend/utils/misc/guc_tables.c
parent2c2eb0d6b27f498851bace47fc19e4c7fc90af4f (diff)
downloadpostgresql-884eee5bfb5ab902413dc00ccee5b3e3f1c505d0.tar.gz
postgresql-884eee5bfb5ab902413dc00ccee5b3e3f1c505d0.zip
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
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
-rw-r--r--src/backend/utils/misc/guc_tables.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c
index 93dc2e76809..f9dba43b8c0 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1546,15 +1546,6 @@ struct config_bool ConfigureNamesBool[] =
NULL, NULL, NULL
},
{
- {"db_user_namespace", PGC_SIGHUP, CONN_AUTH_AUTH,
- gettext_noop("Enables per-database user names."),
- NULL
- },
- &Db_user_namespace,
- false,
- NULL, NULL, NULL
- },
- {
{"default_transaction_read_only", PGC_USERSET, CLIENT_CONN_STATEMENT,
gettext_noop("Sets the default read-only status of new transactions."),
NULL,