Commit ff2a1f5e authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade: more C comment fixes

parent f7cf5fa2
...@@ -433,7 +433,7 @@ old_8_3_rebuild_tsvector_tables(ClusterInfo *cluster, bool check_mode) ...@@ -433,7 +433,7 @@ old_8_3_rebuild_tsvector_tables(ClusterInfo *cluster, bool check_mode)
/* /*
* old_8_3_invalidate_hash_gin_indexes() * old_8_3_invalidate_hash_gin_indexes()
* 8.3 -> 8.4 * 8.3 -> 8.4
* Hash, Gin, and GiST index binary format changed from 8.3->8.4 * Hash and GIN index binary format changed from 8.3->8.4
*/ */
void void
old_8_3_invalidate_hash_gin_indexes(ClusterInfo *cluster, bool check_mode) old_8_3_invalidate_hash_gin_indexes(ClusterInfo *cluster, bool check_mode)
......
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