Re: pgsql: Fix the fallback memory barrier implementation to be reentrant.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix the fallback memory barrier implementation to be reentrant.
Date: 2015-06-28 22:42:55
Message-ID: 24025.1435531375@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)de> writes:
> Fix the fallback memory barrier implementation to be reentrant.

Seems this has not done the trick: anole just crashed with "stuck
spinlock" again.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-06-29 00:49:41 pgsql: Run the C portions of guc-file.l through pgindent.
Previous Message Tom Lane 2015-06-28 22:38:18 pgsql: Back-patch some minor bug fixes in GUC code.