=== Applying patches on top of PostgreSQL commit ID 2ad78a87f018260d4474eee63187e1cc73c9b976 === === applying patch ./v11-0001-Enable-parallel-SELECT-for-INSERT-INTO-.-SELECT.patch patching file src/backend/access/transam/xact.c patching file src/backend/executor/execMain.c patching file src/backend/optimizer/plan/planner.c patching file src/backend/optimizer/util/clauses.c patching file src/include/access/xact.h patching file src/include/optimizer/clauses.h === applying patch ./v11-0002-Parallel-SELECT-for-INSERT-INTO-.-SELECT-tests-and-doc.patch patching file doc/src/sgml/parallel.sgml patching file src/test/regress/expected/insert_parallel.out patching file src/test/regress/parallel_schedule Hunk #1 succeeded at 90 (offset 2 lines). patching file src/test/regress/serial_schedule Hunk #1 succeeded at 148 (offset 1 line). patching file src/test/regress/sql/insert_parallel.sql === applying patch ./v11-0003-Enable-parallel-INSERT-and-or-SELECT-for-INSERT-INTO.patch patching file src/backend/access/heap/heapam.c Hunk #2 succeeded at 2070 (offset 18 lines). patching file src/backend/access/transam/xact.c patching file src/backend/executor/execMain.c patching file src/backend/executor/execParallel.c patching file src/backend/executor/nodeGather.c patching file src/backend/executor/nodeModifyTable.c patching file src/backend/optimizer/path/costsize.c patching file src/backend/optimizer/plan/createplan.c patching file src/backend/optimizer/plan/planner.c patching file src/backend/optimizer/plan/setrefs.c patching file src/backend/optimizer/util/pathnode.c patching file src/include/access/xact.h patching file src/include/executor/execParallel.h patching file src/include/executor/nodeModifyTable.h patching file src/include/nodes/execnodes.h patching file src/include/optimizer/cost.h patching file src/include/optimizer/pathnode.h patching file src/include/utils/rel.h === applying patch ./v11-0004-Parallel-INSERT-and-or-SELECT-for-INSERT-INTO-tests-and-doc.patch patching file doc/src/sgml/parallel.sgml patching file src/test/regress/expected/insert_parallel.out patching file src/test/regress/sql/insert_parallel.sql