fa510a08cb12c0053f164bf44252a94c469c259d
The hectic logger opens fd 3 as a dup of stderr. Child processes inherit this fd, and daemonized PostgreSQL/PostgREST keeping it open prevents the terminal from returning to the prompt after the spawning script exits. - Add with_closed_fds helper that runs commands in a subshell with fds 3-9 redirected to /dev/null - Inline the helper into both database and postgres-init builds - Wrap pg_ctl start and postgrest with the helper
Description
No description provided
Languages
Go
76.6%
Handlebars
7.3%
TypeScript
4.2%
Shell
2.3%
CSS
2%
Other
7.3%