]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade: fix C comment typo
authorBruce Momjian <bruce@momjian.us>
Mon, 23 Sep 2013 15:06:11 +0000 (11:06 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 23 Sep 2013 15:06:19 +0000 (11:06 -0400)
contrib/pg_upgrade/version_old_8_3.c

index e244dcf9ea0e8292242d6de2f03e3e4e5dfc4581..e6064cf406039e3f6814ebf40c9191665f326594 100644 (file)
@@ -433,7 +433,7 @@ old_8_3_rebuild_tsvector_tables(ClusterInfo *cluster, bool check_mode)
 /*
  * old_8_3_invalidate_hash_gin_indexes()
  *     8.3 -> 8.4
- *     Hash, Gin, and GiST index binary format has changes from 8.3->8.4
+ *     Hash, Gin, and GiST index binary format changed from 8.3->8.4
  */
 void
 old_8_3_invalidate_hash_gin_indexes(ClusterInfo *cluster, bool check_mode)