Re: Race condition in SyncRepGetSyncStandbysPriority

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: masahiko(dot)sawada(at)2ndquadrant(dot)com
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, masao(dot)fujii(at)oss(dot)nttdata(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Race condition in SyncRepGetSyncStandbysPriority
Date: 2020-04-16 09:26:26
Message-ID: 20200416.182626.526651137261602571.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Thu, 16 Apr 2020 16:48:28 +0900, Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com> wrote in
> This is just a notice; I'm reading your latest patch but it seems to
> include unrelated changes:
>
> $ git diff --stat
> src/backend/replication/syncrep.c | 475
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------------------------------------------------------------------
> src/backend/replication/walsender.c | 40 ++++++++++++++-----
> src/bin/pg_dump/compress_io.c | 12 ++++++
> src/bin/pg_dump/pg_backup_directory.c | 48 ++++++++++++++++++-----
> src/include/replication/syncrep.h | 20 +++++++++-
> src/include/replication/walsender_private.h | 16 ++++----
> 6 files changed, 274 insertions(+), 337 deletions(-)

Ugg. I failed to clean up working directory.. I didn't noticed as I
made the file by git diff. Thanks for noticing me of that.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
syncrep-fixes-4.patch text/x-patch 24.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2020-04-16 09:33:18 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Previous Message Etsuro Fujita 2020-04-16 09:20:53 Re: [HACKERS] advanced partition matching algorithm for partition-wise join