Re: page macros cleanup - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: page macros cleanup
Date
Msg-id 2e78013d0807040203m268ae3a7kdbe65a9695aa7365@mail.gmail.com
Whole thread Raw
In response to Re: page macros cleanup  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: page macros cleanup (ver 03)  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-patches
On Fri, Jul 4, 2008 at 2:08 PM, Zdenek Kotala <Zdenek.Kotala@sun.com> wrote:
>  Patch
> modifies HashMaxItemSize. It should require reindex on all hash indexes.
> Should we bump catalog version?
>

Do we really need that ? Even if the new HashMaxItemSize comes out to
be lower than the current limit (because of MAXALIGN), I don't see how
existing hash indexes can have a larger item than the new limit.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Explain XML patch v2
Next
From: Simon Riggs
Date:
Subject: Re: variadic function support