From: Fujii Masao [mailto:masao.fu...@gmail.com]
> Thanks for the patch! Pushed.
Thank you. I'm glad to see you again on this list.
Regards
Takayuki Tsunakawa
On Wed, Feb 28, 2018 at 3:58 PM, Tsunakawa, Takayuki
wrote:
> From: Michael Paquier [mailto:mich...@paquier.xyz]
>> So I would propose to just do that later. I have looked a second time at
>> your patch, attached is the set of tests I have run:
>
> Thanks so much, that has helped me a lot!
>
>> I
From: Michael Paquier [mailto:mich...@paquier.xyz]
> So I would propose to just do that later. I have looked a second time at
> your patch, attached is the set of tests I have run:
Thanks so much, that has helped me a lot!
> I have one small comment though. The comment block at the beginning of
On Mon, Feb 26, 2018 at 06:24:02PM +0900, Michael Paquier wrote:
> Anything like that would be work only for HEAD I think as that's a bit
> of refactoring. And indeed it could give you a good introduction to the
> TAP facility.
So I would propose to just do that later. I have looked a second tim
On Mon, Feb 26, 2018 at 08:13:02AM +, Tsunakawa, Takayuki wrote:
> From: Michael Paquier [mailto:mich...@paquier.xyz]
>> Your patch is able to fix that. I have also checked that after diverging
>> the promoted server with more data and inserting data on the old primary
>> then the correct set
From: Michael Paquier [mailto:mich...@paquier.xyz]
> Your patch is able to fix that. I have also checked that after diverging
> the promoted server with more data and inserting data on the old primary
> then the correct set of blocks from the tablespace is fetched as well by
> pg_rewind. This pat
On Mon, Feb 26, 2018 at 06:01:43AM +, Tsunakawa, Takayuki wrote:
> The cause was that pg_rewind failed to recognize data files in
> tablespace directories, resulting in the full copy of those files
> instead of WAL replay.
Ouch. Confirmed.
If I test pg_rewind with a tablespace (primary and s
Hello,
Our customer reported that pg_rewind took many hours to synchronize 400GB of
data, even if the new primary doesn't perform any updates. The attached patch
fixes that.
The cause was that pg_rewind failed to recognize data files in tablespace
directories, resulting in the full copy of th