=== Applying patches on top of PostgreSQL commit ID 039549d70f6aa2daa3714a13752a08fa8ca2fb05 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Mon Apr 7 23:10:19 UTC 2025 On branch cf/5548 nothing to commit, working tree clean === using 'git am' to apply patch ./v1-0001-docs-improve-custom-settings.patch === Patch format detection failed. === using patch(1) to apply patch ./v1-0001-docs-improve-custom-settings.patch === patch: unrecognized option `--no-backup-if-mismatch' usage: patch [-bCcEeflNnRstuv] [-B backup-prefix] [-D symbol] [-d directory] [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count] [-r rej-name] [-V t | nil | never | none] [-x number] [-z backup-ext] [--posix] [origfile [patchfile]] patch set_config accepts the NULL value for ++<<<<<<< ours + new_value, but as settings cannot be null, it + is interpreted as a request to reset the setting to its default value. ++======= + new_value, but as settings cannot be null this input + is interpreted as a request to set the setting to its default value. + + + If setting_name does not already exist + set_config throws an error unless the identifier is a valid + custom option name, in which it + creates a placeholder with the empty string as its old value. ++>>>>>>> theirs set_config('log_statement_stats', 'off', false)