=== Applying patches on top of PostgreSQL commit ID 2376361839091b0dcdcc0b77f938b809b5f21646 === === applying patch ./v8-0001-pg_dump-make-CLUSTER-ON-a-separate-dump-object.patch patching file src/bin/pg_dump/pg_dump.c patching file src/bin/pg_dump/pg_dump.h patching file src/bin/pg_dump/pg_dump_sort.c === applying patch ./v8-0002-Implement-CLUSTER-of-partitioned-table.patch patching file doc/src/sgml/ref/cluster.sgml patching file src/backend/commands/cluster.c patching file src/bin/psql/tab-complete.c patching file src/include/commands/cluster.h patching file src/test/regress/expected/cluster.out patching file src/test/regress/sql/cluster.sql === applying patch ./v8-0003-f-progress-reporting.patch patching file src/backend/catalog/system_views.sql patching file src/backend/commands/cluster.c patching file src/include/commands/progress.h patching file src/test/regress/expected/rules.out Hunk #1 succeeded at 1942 (offset 1 line). === applying patch ./v8-0004-Propagate-changes-to-indisclustered-to-child-pare.patch patching file src/backend/commands/cluster.c patching file src/backend/commands/indexcmds.c patching file src/test/regress/expected/cluster.out patching file src/test/regress/sql/cluster.sql === applying patch ./v8-0005-Invalidate-parent-indexes.patch patching file src/backend/commands/cluster.c patching file src/test/regress/expected/cluster.out patching file src/test/regress/sql/cluster.sql === applying patch ./v8-0006-Invalidate-parent-index-cluster-on-attach.patch patching file src/backend/commands/indexcmds.c Hunk #1 succeeded at 4126 (offset 9 lines). patching file src/test/regress/expected/cluster.out patching file src/test/regress/sql/cluster.sql === applying patch ./v8-0007-Preserve-indisclustered-on-children-of-clustered-.patch patching file src/backend/catalog/index.c patching file src/test/regress/expected/cluster.out patching file src/test/regress/sql/cluster.sql === applying patch ./v8-0008-pg_dump-partitioned-index-depend-on-its-partition.patch patching file src/backend/commands/tablecmds.c patching file src/bin/pg_dump/common.c