Hi.
Applying https://www.postgresql.org/message-id/11678.1532519255%40localhost
patch,
the problem of pg_create_logical_replication_slot () and the 2PC problem were
solved.
Thanks.
Antonin Houska wrote:
> Toshi Harada wrote:
>
> > Hi.
> >
> > I applied the patch "WIP: Data at rest encrypt
Hi.
I applied the patch "WIP: Data at rest encryption" to PostgreSQL 11 - beta 2
and I'm working on it.
When this patch is applied, the following problem occurs.
* An error occurs when CHECKPOINT is executed during two-phase commit.
* After an error occurs, if you stop PostgreSQL, it will never
Toshi Harada wrote:
> Hi.
>
> I applied the patch "WIP: Data at rest encryption" to PostgreSQL 11 - beta 2
> and I'm working on it.
>
> When this patch is applied, the following problem occurs.
>
> * An error occurs when CHECKPOINT is executed during two-phase commit.
> * After an error occur