pgsql: Clarify that --system reindexes system catalogs *only*

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify that --system reindexes system catalogs *only*
Date: 2021-10-27 14:30:41
Message-ID: E1mfjwv-0008HC-6n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify that --system reindexes system catalogs *only*

Make this more clear both in the help message and docs.

Reviewed-By: Michael Paquier
Backpatch-through: 9.6
Discussion: https://postgr.es/m/CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com

Branch
------
REL_13_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/reindexdb.sgml | 2 +-
src/bin/scripts/reindexdb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-27 14:37:45 Re: pgsql: Refactor the sslfiles Makefile target for ease of use
Previous Message Dilip Kumar 2021-10-27 11:09:09 Re: pgsql: Document XLOG_INCLUDE_XID a little better