Re: Index AM change proposals, redux - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Index AM change proposals, redux
Date
Msg-id 1208974829.4259.1414.camel@ebony.site
Whole thread Raw
In response to Re: Index AM change proposals, redux  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, 2008-04-23 at 14:06 -0400, Tom Lane wrote:

> I think storage parameter is no good also, given the current design that
> assumes those can be changed on-the-fly.  It'd be okay to GIT-ify an
> existing index, perhaps, but not the other way round.
> 
> I was considering a new pg_index column.  Or else we'd have to fix
> the storage-parameter infrastructure to support restricting changes
> of some parameters.

The latter seems best, since we're likely to need to do it anyway one
day.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index AM change proposals, redux
Next
From: Tom Lane
Date:
Subject: Re: Improving planner variable handling