fix pg_upgrade comment

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: fix pg_upgrade comment
Date: 2024-06-18 19:50:05
Message-ID: ZnHk7ci5IuTWVc_c@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-pg_upgrade-fix-comment.patch text/plain 887 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-06-18 20:20:06 Re: fix pg_upgrade comment
Previous Message Tom Lane 2024-06-18 19:28:03 Re: Xact end leaves CurrentMemoryContext = TopMemoryContext