Re: Major Feature Interactions

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Major Feature Interactions
Date: 2007-03-13 13:59:32
Message-ID: b42b73150703130659o64eee93k34db2da566eb18aa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/28/07, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> There's a number of major features all coming together over the next
> weeks, so I wanted to raise some awareness of possible areas of
> interaction. My concern is more than just "will multiple patches apply
> together?", but extends into whether the features interact with each
> other with synergy, ignore each other or have negative impact.
>
> The projects that concern me are the following internals projects
>
> Plan Invalidation
> Autovacuum changes
> Bitmap indexes
> GIT indexes
> Dead Space Map (DSM)
> HOT Updating
> Updateable cursors
> Restartable VACUUM

What about the interaction of plan invalidation and the security
problems with 'security definer'? I am especially curious if pl
functions will no longer regenerate their plans with each session for
8.3. Is that going to be the case? It wasn't completely clear from
the related discussions AFAICT.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-03-13 14:12:55 Re: Bug in UTF8-Validation Code?
Previous Message David Fetter 2007-03-13 13:56:57 Re: My honours project - databases using dynamically attached entity-properties