Commit 3a0ba31a authored by Bruce Momjian's avatar Bruce Momjian

C comment: correct heading of extension query

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20210803161345.GZ12533@telsasoft.com

Backpatch-through: 9.6
parent 2c92bae3
...@@ -494,7 +494,7 @@ report_extension_updates(ClusterInfo *cluster) ...@@ -494,7 +494,7 @@ report_extension_updates(ClusterInfo *cluster)
DbInfo *active_db = &cluster->dbarr.dbs[dbnum]; DbInfo *active_db = &cluster->dbarr.dbs[dbnum];
PGconn *conn = connectToServer(cluster, active_db->db_name); PGconn *conn = connectToServer(cluster, active_db->db_name);
/* find hash indexes */ /* find extensions needing updates */
res = executeQueryOrDie(conn, res = executeQueryOrDie(conn,
"SELECT name " "SELECT name "
"FROM pg_available_extensions " "FROM pg_available_extensions "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment