Re: myProcLocks initialization

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: myProcLocks initialization
Date: 2011-10-31 20:03:47
Message-ID: 7776.1320091427@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> Revised patch attached. I think it would be useful to assert this
> both at process startup time and at process shutdown, since it would
> really be much nicer to have the process that didn't clean up fail the
> assertion, rather than the new one that innocently inherited its slot;
> so the attached patch takes that approach.

+1

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-10-31 20:15:54 Optimizing GetRunningTransactionLocks()
Previous Message Magnus Hagander 2011-10-31 19:59:57 Re: LDAP server docs