pgsql: Clarify restrict_nonsystem_relation_kind description.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify restrict_nonsystem_relation_kind description.
Date: 2024-08-30 22:08:15
Message-ID: E1sk9mx-002BFE-Ip@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify restrict_nonsystem_relation_kind description.

This change improves the description of the
restrict_nonsystem_relation_kind parameter in guc_table.c and the
documentation for better clarity.

Backpatch to 12, where this GUC parameter was introduced.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/6a96f1af-22b4-4a80-8161-1f26606b9ee2%40eisentraut.org
Backpatch-through: 12

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0776724050f47c5ff827693f498cd2604c1ea5d1

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
src/backend/utils/misc/guc_tables.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-08-30 22:08:19 pgsql: Clarify restrict_nonsystem_relation_kind description.
Previous Message Masahiko Sawada 2024-08-30 22:08:12 pgsql: Clarify restrict_nonsystem_relation_kind description.