=== Applying patches on top of PostgreSQL commit ID 928da6ff1254f471941e43f9ad258cc6b1f037e4 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Aug 16 11:33:18 UTC 2025 On branch cf/5487 nothing to commit, working tree clean === using 'git am' to apply patch ./v4-0001-Teach-the-planner-to-convert-EXISTS-and-NOT-EXISTS-s.patch === Applying: Teach the planner to convert EXISTS and NOT EXISTS subqueries into semi and anti joins. To do this, we put all potential expressions from the qual list and join list into the common list and check each expression one by one to see if they are suitable for transformation.