From: Bruce Momjian Date: Tue, 3 Aug 2021 16:26:08 +0000 (-0400) Subject: C comment: correct heading of extension query X-Git-Tag: REL9_6_23~10 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3ab496ab8b144c20e9b03c5fc908cf973e6593cd;p=postgresql.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 ffdafb8c097..81eadce78e6 100644 --- a/src/bin/pg_upgrade/version.c +++ b/src/bin/pg_upgrade/version.c @@ -315,7 +315,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 "