pgsql: Fix comment in pg_upgrade.h. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix comment in pg_upgrade.h.
Date
Msg-id E1sK2c4-002Bvq-QA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Correctly enforce the default ON EMPTY behavior
Next
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Fix import library name in Windows