Re: [GENERAL] Need for re-index after pg_upgrade

2015-06-29 Thread Adrian Klaver
On 06/29/2015 06:42 AM, Tom Lane wrote: Andreas Joseph Krogh writes: In the man-page for pg_upgrade we see this: pg_upgrade will require a reindex if: * an index is of type hash or GIN I think that probably refers to some version-specific upgrade situations; I can't see a reason why it woul

Re: [GENERAL] Need for re-index after pg_upgrade

2015-06-29 Thread Andreas Joseph Krogh
På mandag 29. juni 2015 kl. 15:42:22, skrev Tom Lane mailto:t...@sss.pgh.pa.us>>: Andreas Joseph Krogh writes: > In the man-page for pg_upgrade we see this: > pg_upgrade will require a reindex if: >  * an index is of type hash or GIN I think that probably refers to some version-specific upgra

Re: [GENERAL] Need for re-index after pg_upgrade

2015-06-29 Thread Tom Lane
Andreas Joseph Krogh writes: > In the man-page for pg_upgrade we see this: > pg_upgrade will require a reindex if: > * an index is of type hash or GIN I think that probably refers to some version-specific upgrade situations; I can't see a reason why it would be true in general. Bruce, doesn't th