Re: Disallow cancellation of waiting for synchronous replication - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: Disallow cancellation of waiting for synchronous replication
Date
Msg-id 8436A650-A66C-48F3-9D47-7A828C30C042@yandex-team.ru
Whole thread Raw
In response to Re: Disallow cancellation of waiting for synchronous replication  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers

> 9 июня 2020 г., в 23:32, Jeff Davis <pgsql@j-davis.com> написал(а):
>
>

After using a patch for a while it became obvious that PANICing during termination is not a good idea. Even when we
waitfor synchronous replication. It generates undesired coredumps. 
I think in presence of SIGTERM it's reasonable to say that we cannot protect user anymore.

PFA v3.

Best regards, Andrey Borodin.

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: Dilip Kumar
Date:
Subject: Re: Parallel INSERT (INTO ... SELECT ...)