On Tue, 1 Nov 2022 at 15:54, Etsuro Fujita <etsuro.fuj...@gmail.com> wrote: > > Hi David, > > On Sat, Oct 1, 2022 at 5:54 AM David Zhang <david.zh...@highgo.ca> wrote: > > After rebase the file `postgres_fdw.out` and applied to master branch, > > make and make check are all ok for postgres_fdw. > > Thanks for testing! Attached is a rebased version of the patch.
The patch does not apply on top of HEAD as in [1], please post a rebased patch: === Applying patches on top of PostgreSQL commit ID b37a0832396414e8469d4ee4daea33396bde39b0 === === applying patch ./v10-postgres-fdw-Add-support-for-parallel-abort.patch patching file contrib/postgres_fdw/connection.c patching file contrib/postgres_fdw/expected/postgres_fdw.out Hunk #1 succeeded at 11704 (offset 203 lines). Hunk #2 FAILED at 11576. 1 out of 2 hunks FAILED -- saving rejects to file contrib/postgres_fdw/expected/postgres_fdw.out.rej patching file contrib/postgres_fdw/option.c Hunk #2 succeeded at 272 (offset 17 lines). patching file contrib/postgres_fdw/sql/postgres_fdw.sql Hunk #1 succeeded at 3894 (offset 150 lines). Hunk #2 FAILED at 3788. 1 out of 2 hunks FAILED -- saving rejects to file contrib/postgres_fdw/sql/postgres_fdw.sql.rej [1] - http://cfbot.cputube.org/patch_41_3392.log Regards, Vignesh