=== Applying patches on top of PostgreSQL commit ID 40ab64c1ec1cb9bd73695f519cf66ddbb97d8144 === === applying patch ./v23-0001-Parallel-Inserts-in-CREATE-TABLE-AS.patch patching file src/backend/access/heap/heapam.c Hunk #1 succeeded at 2129 (offset 86 lines). patching file src/backend/access/transam/xact.c patching file src/backend/commands/createas.c patching file src/backend/commands/explain.c patching file src/backend/executor/execParallel.c patching file src/backend/executor/nodeGather.c patching file src/backend/executor/nodeGatherMerge.c patching file src/include/access/xact.h patching file src/include/commands/createas.h patching file src/include/executor/execParallel.h patching file src/include/nodes/execnodes.h Hunk #2 succeeded at 2333 (offset 6 lines). === applying patch ./v23-0002-Tuple-Cost-Adjustment-for-Parallel-Inserts-in-CTAS.patch patching file src/backend/commands/createas.c patching file src/backend/commands/explain.c patching file src/backend/commands/prepare.c patching file src/backend/executor/execParallel.c patching file src/backend/optimizer/path/costsize.c patching file src/backend/optimizer/plan/planner.c patching file src/include/commands/explain.h patching file src/include/executor/execParallel.h patching file src/include/nodes/parsenodes.h patching file src/include/optimizer/planner.h === applying patch ./v23-0003-Tests-And-Docs-For-Parallel-Inserts-in-CTAS.patch patching file doc/src/sgml/ref/create_table_as.sgml patching file src/test/regress/expected/write_parallel.out patching file src/test/regress/sql/write_parallel.sql === applying patch ./v23-0004-Enable-CTAS-Parallel-Inserts-For-Append.patch patching file src/backend/executor/execParallel.c patching file src/backend/optimizer/path/allpaths.c patching file src/backend/optimizer/plan/planner.c patching file src/include/executor/execParallel.h patching file src/test/regress/expected/write_parallel.out patching file src/test/regress/sql/write_parallel.sql