pg_upgrade/controldata.c
Hunk #1 FAILED at 58.
(See the attached file for the entire patch log)
Antonin Houska wrote:
> Toshi Harada wrote:
>
> > Hi.
> >
> > If "data-at-rest-encryption-wip-2018.07.25.patch" is applied to PostgreSQL
> > 11-beta3 rel
file
src/bin/pg_rewind/pg_rewind.c.rej
1 out of 6 hunks FAILED -- saving rejects to file
src/bin/pg_upgrade/controldata.c.rej
(See the attached file for the entire patch log)
Antonin Houska wrote:
> Toshi Harada wrote:
>
> > Hi.
> >
> > I applied the patch
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
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
Hi.
I am interested in a patch of "WIP: Data at rest encryption".
This patch("data-at-rest-encryption-wip-2018.06.27.patch") is applied to
PostgreSQL 11-beta 2 and it is running.
In the explanation of this patch, since "data stored during logical decoding"
is written,
we tried logical decoding