Re: myProcLocks initialization

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: myProcLocks initialization
Date: 2011-10-31 20:18:26
Message-ID: CA+U5nML-mi-KxWeo1pMbU+c3u1M1=xVvAq+Y+hWdRQJqueFkeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 31, 2011 at 7:54 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> 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.

Something stronger than an assertion at shutdown? Run-time test?

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-10-31 20:22:45 Re: myProcLocks initialization
Previous Message Simon Riggs 2011-10-31 20:15:54 Optimizing GetRunningTransactionLocks()