pgsql: Fix comment in pg_upgrade.h.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in pg_upgrade.h.
Date: 2024-06-19 21:13:05
Message-ID: E1sK2c4-002Bvq-QA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in pg_upgrade.h.

Contrary to what the comment for the "check" struct member claims,
'pg_upgrade --check' performs only the checks and does not ask the
user for permission to make changes.

Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/ZnHk7ci5IuTWVc_c%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/832dc19ea681a54c153228a96112bea68dbff022

Modified Files
--------------
src/bin/pg_upgrade/pg_upgrade.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-20 07:08:59 pgsql: meson: Fix import library name in Windows
Previous Message Amit Langote 2024-06-19 06:48:09 pgsql: SQL/JSON: Correct jsonpath variable name matching