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-0008H8-5w@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
------
master

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

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