projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f203c6
)
C comment: correct heading of extension query
author
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Aug 2021 16:26:08 +0000
(12:26 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Aug 2021 16:26:08 +0000
(12:26 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/
20210803161345
.GZ12533@telsasoft.com
Backpatch-through: 9.6
src/bin/pg_upgrade/version.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/version.c
b/src/bin/pg_upgrade/version.c
index 8330d5656c7c4e588f5ff078642496b2c5a7751d..7c64ce8eee48e29eefad6b9c615539915f462ae1 100644
(file)
--- a/
src/bin/pg_upgrade/version.c
+++ b/
src/bin/pg_upgrade/version.c
@@
-463,7
+463,7
@@
report_extension_updates(ClusterInfo *cluster)
DbInfo *active_db = &cluster->dbarr.dbs[dbnum];
PGconn *conn = connectToServer(cluster, active_db->db_name);
- /* find
hash index
es */
+ /* find
extensions needing updat
es */
res = executeQueryOrDie(conn,
"SELECT name "
"FROM pg_available_extensions "