Re: remove SIBackendInit return value

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: remove SIBackendInit return value
Date: 2007-06-25 20:22:18
Message-ID: 20070625202218.GF15627@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> > SIBackendInit returns a flag indicating whether it worked or not. Since
> > there is only one caller and it dies with a FATAL error when
> > SIBackendInit failed, it seems better to move the elog and remove the
> > return value, per this patch.
>
> The reason for the existing coding is to release the SInvalLock before
> throwing the error. Now proc_exit cleanup should release the lock
> anyway, but this proposed change will mean that a failing backend holds
> the lock a bit longer before releasing, which might be a bad thing.

I'll leave this alone until early 8.4. Thanks for the insight.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Smith 2007-06-25 21:43:01 Re: Load Distributed Checkpoints, take 3
Previous Message Tom Lane 2007-06-25 19:50:30 Re: Load Distributed Checkpoints, take 3