=== Applying patches on top of PostgreSQL commit ID 05faf06e9c21f012355e7095435a5bfb013f5eec === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v10-0001-introduce-json-format-for-COPY-TO-operation.patch patching file doc/src/sgml/ref/copy.sgml patching file src/backend/commands/copy.c Hunk #1 succeeded at 490 (offset -7 lines). Hunk #2 succeeded at 735 (offset -7 lines). Hunk #3 succeeded at 817 (offset -7 lines). patching file src/backend/commands/copyto.c patching file src/backend/parser/gram.y Hunk #1 succeeded at 3500 (offset 58 lines). Hunk #2 succeeded at 3586 (offset 58 lines). patching file src/backend/utils/adt/json.c patching file src/include/commands/copy.h patching file src/include/utils/json.h patching file src/test/regress/expected/copy.out patching file src/test/regress/sql/copy.sql [cf/4716 f5019cacfc] introduce json format for COPY TO operation. json format is only allowed in COPY TO operation. also cannot be used with header option. Author: jian he Date: Mon Apr 1 19:47:40 2024 +0800 9 files changed, 208 insertions(+), 43 deletions(-) === applying patch ./v10-0002-Add-option-force_array-for-COPY-TO-JSON-fomrat.patch patching file doc/src/sgml/ref/copy.sgml Hunk #1 FAILED at 43. 1 out of 2 hunks FAILED -- saving rejects to file doc/src/sgml/ref/copy.sgml.rej patching file src/backend/commands/copy.c Hunk #1 succeeded at 466 (offset -7 lines). Hunk #2 succeeded at 621 (offset -7 lines). Hunk #3 succeeded at 831 (offset -7 lines). patching file src/backend/commands/copyto.c patching file src/include/commands/copy.h patching file src/test/regress/expected/copy.out patching file src/test/regress/sql/copy.sql