Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9e51cc8

Browse files
committed
C comment: correct heading of extension query
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210803161345.GZ12533@telsasoft.com Backpatch-through: 9.6
1 parent 95ab1e0 commit 9e51cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ report_extension_updates(ClusterInfo *cluster)
494494
DbInfo *active_db = &cluster->dbarr.dbs[dbnum];
495495
PGconn *conn = connectToServer(cluster, active_db->db_name);
496496

497-
/* find hash indexes */
497+
/* find extensions needing updates */
498498
res = executeQueryOrDie(conn,
499499
"SELECT name "
500500
"FROM pg_available_extensions "

0 commit comments

Comments
 (0)