=== Applying patches on top of PostgreSQL commit ID 7e6e294e4e451c55c52caa1ff68df9858912d066 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Aug 15 01:30:28 UTC 2026 On branch cf/7047 nothing to commit, working tree clean === using 'git am' to apply patch ./v1-0001-Empty-label-expression-in-view-definition.patch === Applying: Empty label expression in view definition Using index info to reconstruct a base tree... M src/backend/rewrite/rewriteGraphTable.c M src/include/nodes/parsenodes.h M src/test/regress/expected/create_property_graph.out M src/test/regress/expected/graph_table.out M src/test/regress/sql/create_property_graph.sql M src/test/regress/sql/graph_table.sql Falling back to patching base and 3-way merge... Auto-merging src/test/regress/sql/graph_table.sql Auto-merging src/test/regress/sql/create_property_graph.sql Auto-merging src/test/regress/expected/graph_table.out Auto-merging src/test/regress/expected/create_property_graph.out Auto-merging src/include/nodes/parsenodes.h Auto-merging src/backend/rewrite/rewriteGraphTable.c === using 'git am' to apply patch ./v1-0002-View-referencing-labels-shared-by-vertex-and-edge-tables.patch === Applying: View referencing labels shared by vertex and edge tables Using index info to reconstruct a base tree... M src/test/regress/expected/graph_table.out M src/test/regress/sql/graph_table.sql Falling back to patching base and 3-way merge... Auto-merging src/test/regress/sql/graph_table.sql Auto-merging src/test/regress/expected/graph_table.out === using 'git am' to apply patch ./v1-0003-Support-all-properties-reference-in-COLUMNs-list-of-a-GraphTableRef.patch === Applying: Support all properties reference in COLUMNs list of a GraphTableRef Using index info to reconstruct a base tree... M src/backend/parser/parse_clause.c M src/backend/rewrite/rewriteGraphTable.c M src/include/nodes/parsenodes.h M src/test/regress/expected/graph_table.out M src/test/regress/sql/graph_table.sql M src/tools/pgindent/typedefs.list Falling back to patching base and 3-way merge... Auto-merging src/tools/pgindent/typedefs.list Auto-merging src/test/regress/sql/graph_table.sql Auto-merging src/test/regress/expected/graph_table.out Auto-merging src/include/nodes/parsenodes.h Auto-merging src/backend/rewrite/rewriteGraphTable.c Auto-merging src/backend/parser/parse_clause.c === using 'git am' to apply patch ./v1-0004-Add-support-for-label-conjunction-in-SQL-PGQ.patch === Applying: Add support for label conjunction (&) in SQL/PGQ