pgsql: Clarify restrict_nonsystem_relation_kind description. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: Clarify restrict_nonsystem_relation_kind description.
Date
Msg-id E1sk9n0-002BFn-To@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d7613ea72f787f0cc3c1749f7444f17730f4d697

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


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Clarify restrict_nonsystem_relation_kind description.
Next
From: Thomas Munro
Date:
Subject: pgsql: Stabilize 039_end_of_wal test.