=== Applying patches on top of PostgreSQL commit ID 898c131b58a0b62833e10f3556f993d0d385f941 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Fri Apr 4 06:12:22 UTC 2025 On branch cf/4573 nothing to commit, working tree clean === using 'git am' to apply patch ./v6-0001-Improve-pg_ctl-postmaster-process-check-on-Window.patch === Applying: Improve pg_ctl postmaster process check on Windows Using index info to reconstruct a base tree... M src/bin/pg_ctl/pg_ctl.c Falling back to patching base and 3-way merge... Auto-merging src/bin/pg_ctl/pg_ctl.c CONFLICT (content): Merge conflict in src/bin/pg_ctl/pg_ctl.c error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Improve pg_ctl postmaster process check on Windows When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Unstaged changes after reset: M src/bin/pg_ctl/pg_ctl.c === using patch(1) to apply patch ./v6-0001-Improve-pg_ctl-postmaster-process-check-on-Window.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 = start_time - 2 && +#ifndef WIN32 + pmpid == pm_pid +#else + /* Windows can only reject standalone-backend PIDs */ + pmpid > 0 +#endif + ) ++======= + pmstart = atol(optlines[LOCK_FILE_LINE_START_TIME - 1]); + + if (pmstart >= start_time - 2 && pmpid == wait_pid) ++>>>>>>> theirs { /* * OK, seems to be a valid pidfile from our child. Check the