projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b37c90f
)
pg_upgrade: fix C comment typo
author
Bruce Momjian
<bruce@momjian.us>
Mon, 23 Sep 2013 15:06:11 +0000
(11:06 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 23 Sep 2013 15:06:19 +0000
(11:06 -0400)
contrib/pg_upgrade/version_old_8_3.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/version_old_8_3.c
b/contrib/pg_upgrade/version_old_8_3.c
index e244dcf9ea0e8292242d6de2f03e3e4e5dfc4581..e6064cf406039e3f6814ebf40c9191665f326594 100644
(file)
--- a/
contrib/pg_upgrade/version_old_8_3.c
+++ b/
contrib/pg_upgrade/version_old_8_3.c
@@
-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)