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