Fix comment in pg_upgrade.h.

Nathan Bossart <nathan@postgresql.org>

Commit: 832dc19ea681a54c153228a96112bea68dbff022
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-06-19T21:12:18Z
Releases: 17.0
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

Files

PathChange+/−
src/bin/pg_upgrade/pg_upgrade.h modified +1 −2

Discussion