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 2c92bae commit 3a0ba31Copy full SHA for 3a0ba31
src/bin/pg_upgrade/version.c
@@ -494,7 +494,7 @@ report_extension_updates(ClusterInfo *cluster)
494
DbInfo *active_db = &cluster->dbarr.dbs[dbnum];
495
PGconn *conn = connectToServer(cluster, active_db->db_name);
496
497
- /* find hash indexes */
+ /* find extensions needing updates */
498
res = executeQueryOrDie(conn,
499
"SELECT name "
500
"FROM pg_available_extensions "
0 commit comments