The requirement to rebuild pg_upgrade-ed hash indexes was kept in the
incompatibilities section.
Reported-by: Amit Kapila
-Improve hash bucket split performance by reducing locking requirements
-(Amit Kapila, Mithun Cy)
+
pg_upgrade>-ed hash indexes from previous major Postgres versions must be rebuilt.
-Also cache hash index meta-information for faster lookups. Additional
-hash performance improvements have also been made.
pg_upgrade>'d hash
-indexes from previous major Postgres versions must be rebuilt.
+Major hash index performance improvements necessitated this requirement.
+
+
+Improve hash bucket split performance by reducing locking requirements
+(Amit Kapila, Mithun Cy)
+
+
+Also cache hash index meta-information for faster lookups. Additional
+hash performance improvements have also been made.
+
+
+