We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f203c6 commit 554a764Copy full SHA for 554a764
src/bin/pg_upgrade/version.c
@@ -463,7 +463,7 @@ report_extension_updates(ClusterInfo *cluster)
463
DbInfo *active_db = &cluster->dbarr.dbs[dbnum];
464
PGconn *conn = connectToServer(cluster, active_db->db_name);
465
466
- /* find hash indexes */
+ /* find extensions needing updates */
467
res = executeQueryOrDie(conn,
468
"SELECT name "
469
"FROM pg_available_extensions "
0 commit comments