Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3
Toshi Harada <harada.toshi@po.ntt-tx.co.jp>
From: Toshi Harada <harada.toshi@po.ntt-tx.co.jp>
To: Antonin Houska <ah@cybertec.at>
Cc: pgsql-hackers@postgresql.org
Date: 2018-08-15T02:09:53Z
Lists: pgsql-hackers
Attachments
- master+patch.log (application/octet-stream)
Hi. Even if you apply "data-at-rest-encryption-wip-2018.07.25.patch" to the master branch, the same patch error will occur. (Patch error of pg_rewind was eliminated) ---- patching file src/backend/replication/logical/reorderbuffer.c Hunk #9 FAILED at 2464. patching file src/bin/pg_upgrade/controldata.c Hunk #1 FAILED at 58. ---- (See the attached file for the entire patch log) Antonin Houska <ah@cybertec.at> wrote: > Toshi Harada <harada.toshi@po.ntt-tx.co.jp> wrote: > > > Hi. > > > > If "data-at-rest-encryption-wip-2018.07.25.patch" is applied to PostgreSQL 11-beta3 released last week, > > patch execution will fail as follows. > > > ---- > > patching file src/backend/replication/logical/reorderbuffer.c > > Hunk #9 FAILED at 2464. > > > > 1 out of 7 hunks FAILED -- saving rejects to 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 > > The patch should be applicable to the master branch. > > -- > Antonin Houska > Cybertec Schonig & Schonig GmbH > Grohrmuhlgasse 26, A-2700 Wiener Neustadt > Web: https://www.cybertec-postgresql.com >
Commits
-
Dramatically reduce System V shared memory consumption.
- b0fc0df9364d 9.3.0 cited