pgsql: Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Date: 2023-07-28 17:10:21
Message-ID: E1qPQyq-001kuk-Nt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.

Commits 83dec5a712 and ff402ae11b taught vacuumdb to reuse
passwords instead of prompting repeatedly. However, the docs still
warn about repeated prompts, and this improvement was not applied
to clusterdb and reindexdb. This commit allows clusterdb and
reindexdb to reuse passwords just like vacuumdb does, and it
expunges the aforementioned warnings from the docs.

Reviewed-by: Gurjeet Singh, Zhang Mingli
Discussion: https://postgr.es/m/20230628045741.GA1813397%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6d982e3b3bd4a3a26d18639b05ca1535c260e669

Modified Files
--------------
doc/src/sgml/ref/reindexdb.sgml | 14 --------------
doc/src/sgml/ref/vacuumdb.sgml | 13 -------------
src/bin/scripts/clusterdb.c | 2 +-
src/bin/scripts/reindexdb.c | 2 +-
src/fe_utils/connect_utils.c | 2 +-
5 files changed, 3 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-07-29 02:35:59 pgsql: worker_spi: Fix race condition in newly-added TAP tests
Previous Message Amit Langote 2023-07-28 07:12:59 pgsql: doc: add missing <returnvalue> and whitespace