fix pg_upgrade comment
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2024-06-18T19:50:05Z
Lists: pgsql-hackers
Attachments
- v1-0001-pg_upgrade-fix-comment.patch (text/plain)
I noticed that the "check" variable, which is used for "pg_upgrade --check", is commented as follows: bool check; /* true -> ask user for permission to make * changes */ This comment was first added when pg_upgrade was introduced (commit c2e9b2f288), but I imagine it predates even that. I've attached a patch to fix this. Barring objections, I'll probably commit this soon. -- nathan
Commits
-
Fix comment in pg_upgrade.h.
- 832dc19ea681 17.0 landed
-
Add pg_upgrade to /contrib; will be in 9.0 beta2.
- c2e9b2f28818 9.0.0 cited