← back to Tk11438 Postgres Migration
verification/fleet-classification/dtd-portable/codex.txt
3 lines
VERDICT: A
Prepare reviewable patches using `process.env.PGHOST || (process.platform === "darwin" ? "/tmp" : "127.0.0.1")` across the sixteen copies, preserving role, password, database, and port settings. This honors PGHOST, uses the verified Mac socket, and preserves Linux’s existing TCP default without assuming its socket directory. Verify actual service environments and durable configuration sources in scoped approved batches before rollout. B assumes an unverified Linux socket path; C cannot override the explicit hardcoded host. No rollout or email sends.