Re: Announcing Veil

From: Marc Munro <marc(at)bloodnok(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, veil-general(at)pgfoundry(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Announcing Veil
Date: 2005-10-07 18:12:01
Message-ID: 1128708721.12728.13.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In response to both Bruce and Tom,
Thanks for this. I am very happy that this patch will be going in.
Thanks also for pointing out the correct header to use.

As Tom points out, this will do nothing for users of 7.4 and 8.0. For
these versions I propose to continue to use MMCacheLock. As far as I
can see, this is safe in 7.4, and otherwise unused in 8.0.

On the use of LWLockAssign():can anyone tell me if I should protect the
call using the ShmemLock spinlock?

__
Marc Munro

On Fri, 2005-10-07 at 00:10 -0400, Bruce Momjian wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Tom Lane wrote:
> > >> With only one known request for a user-allocate d lock, it's hard to
> > >> justify the overhead of a GUC variable.
> >
> > > True, but are people going to recompile PostgreSQL to use this feature?
> > > Seems they would have to.
> >
> > How you figure that? The proposed default value was 4, which seems
> > fine to me, given that the known worldwide demand amounts to 1.
>
> Oh, so you are going to give him a few slots. I thought we were going
> to default to 0 and he was going to have to bump it up to use his
> software. That sounds fine to me.
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2005-10-07 18:17:46 Re: Vote needed: revert beta2 changes or not?
Previous Message Andreas Pflug 2005-10-07 17:49:43 Re: Vote needed: revert beta2 changes or not?