=== Applying patches on top of PostgreSQL commit ID 18954ce7f69b0a4725b1cf1845ed5fd3874e2a92 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v13-0001-Introduce-CopyFormat-and-replace-csv_mode-and-bi.patch patching file src/backend/commands/copy.c Hunk #1 succeeded at 525 (offset 14 lines). Hunk #2 succeeded at 689 (offset 14 lines). Hunk #3 succeeded at 761 (offset 14 lines). Hunk #4 succeeded at 769 (offset 14 lines). Hunk #5 succeeded at 820 (offset 14 lines). Hunk #6 succeeded at 836 (offset 14 lines). Hunk #7 succeeded at 861 (offset 14 lines). Hunk #8 succeeded at 897 (offset 14 lines). Hunk #9 succeeded at 914 (offset 14 lines). patching file src/backend/commands/copyfrom.c patching file src/backend/commands/copyfromparse.c patching file src/backend/commands/copyto.c patching file src/include/commands/copy.h patching file src/tools/pgindent/typedefs.list [cf/4716 a4e1adeebf] Introduce CopyFormat and replace csv_mode and binary fields with it. Author: Joel Jacobson Date: Thu Oct 24 08:24:13 2024 +0300 6 files changed, 70 insertions(+), 58 deletions(-) === applying patch ./v13-0002-introduce-json-format-for-COPY-TO.patch patching file doc/src/sgml/ref/copy.sgml patching file src/backend/commands/copy.c Hunk #1 succeeded at 530 (offset 14 lines). Hunk #2 succeeded at 697 (offset 14 lines). Hunk #3 succeeded at 793 (offset 14 lines). Hunk #4 succeeded at 901 (offset 14 lines). patching file src/backend/commands/copyto.c patching file src/backend/parser/gram.y patching file src/backend/utils/adt/json.c patching file src/bin/psql/tab-complete.in.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 5107eec27b] introduce json format for COPY TO Author: jian he Date: Tue Nov 19 12:25:53 2024 +0800 10 files changed, 199 insertions(+), 13 deletions(-) === applying patch ./v13-0003-Add-option-force_array-for-COPY-JSON-FORMAT.patch patching file doc/src/sgml/ref/copy.sgml patching file src/backend/commands/copy.c Hunk #1 succeeded at 504 (offset 14 lines). Hunk #2 succeeded at 659 (offset 14 lines). Hunk #3 succeeded at 915 (offset 14 lines). patching file src/backend/commands/copyto.c patching file src/bin/psql/tab-complete.in.c patching file src/include/commands/copy.h patching file src/test/regress/expected/copy.out patching file src/test/regress/sql/copy.sql [cf/4716 95cdf9d13c] Add option force_array for COPY JSON FORMAT Author: jian he Date: Tue Nov 19 12:22:18 2024 +0800 7 files changed, 89 insertions(+), 1 deletion(-)