Re: Spinlocks and compiler/memory barriers

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Spinlocks and compiler/memory barriers
Date: 2014-09-08 14:18:11
Message-ID: 20140908141811.GA24097@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 8, 2014 at 10:08:04AM -0400, Robert Haas wrote:
> On Mon, Sep 8, 2014 at 8:07 AM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> > On 2014-09-04 14:19:47 +0200, Andres Freund wrote:
> >> Yes. I plan to push the patch this weekend. Sorry for the delay.
> >
> > I'm about to push this. Is it ok to first push it to master and only
> > backpatch once a couple buildfarm cycles haven't complained?
>
> That will have the disadvantage that src/tools/git_changelog will show
> the commits separately instead of grouping them together; so it's
> probably best not to make a practice of it. But I think it's up to
> your discretion how to handle it in any particular case.

Uh, git_changelog timespan check is 24 hours, so if the delay is less
then 24 hours, I think we are ok, e.g.:

# Might want to make this parameter user-settable.
my $timestamp_slop = 24 * 60 * 60;

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitsumasa KONDO 2014-09-08 14:22:56 Re: add modulo (%) operator to pgbench
Previous Message Merlin Moncure 2014-09-08 14:10:23 Re: PL/pgSQL 2