Re: [Bug fix]There is the case archive_timeout parameter is ignored after recovery works.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: higuchi(dot)daisuke(at)fujitsu(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Bug fix]There is the case archive_timeout parameter is ignored after recovery works.
Date: 2020-06-29 08:27:41
Message-ID: 20200629.172741.1930880238749850484.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Mon, 29 Jun 2020 16:41:11 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> Anyway, the attached patch would resolve your problem.

I found another issue related to my last patch.

For the current master (and older versions) if walreceiver is signaled
to exit just after a segment is completed, walreceiver exits without
marking the last segment as ".ready". After restart, it doesn't
remember that it didn't notified the last segment and the segment is
missing in archive. I think this is really a bug.

With the patch, that failure won't happen.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-06-29 08:37:03 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Previous Message Michael Paquier 2020-06-29 07:56:16 Re: TAP tests and symlinks on Windows