Re: Spinlocks and compiler/memory barriers

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Spinlocks and compiler/memory barriers
Дата
Msg-id 20140908141811.GA24097@momjian.us
обсуждение исходный текст
Ответ на Re: Spinlocks and compiler/memory barriers  (Robert Haas <robertmhaas@gmail.com>)
Список 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@2ndquadrant.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@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: PL/pgSQL 2
Следующее
От: Mitsumasa KONDO
Дата:
Сообщение: Re: add modulo (%) operator to pgbench