From: Bruce Momjian Date: Tue, 3 Aug 2021 16:26:08 +0000 (-0400) Subject: C comment: correct heading of extension query X-Git-Tag: REL_11_13~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=554a7648ee48f81e3c2e7e7449730ca0e31345f9;p=thirdparty%2Fpostgresql.git C comment: correct heading of extension query Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210803161345.GZ12533@telsasoft.com Backpatch-through: 9.6 --- diff --git a/src/bin/pg_upgrade/version.c b/src/bin/pg_upgrade/version.c index 8330d5656c7..7c64ce8eee4 100644 --- a/src/bin/pg_upgrade/version.c +++ b/src/bin/pg_upgrade/version.c @@ -463,7 +463,7 @@ report_extension_updates(ClusterInfo *cluster) DbInfo *active_db = &cluster->dbarr.dbs[dbnum]; PGconn *conn = connectToServer(cluster, active_db->db_name); - /* find hash indexes */ + /* find extensions needing updates */ res = executeQueryOrDie(conn, "SELECT name " "FROM pg_available_extensions "