Dmitry Wagin

Results 4 issues of Dmitry Wagin

It's good to introduce an option for filtering HTTP headers passed to PostgreSQL. For example, `request-headers-allowlist`, with default value is `*` (meaning all headers are passed). There're many unnecessary `set_config()`...

enhancement

For recreating the client, need the ability to check the configuration separately. in continuation #195.

1. FreeBSD dont have prctl() function, added workaround 2. Fixed compilation error: ``` In file included from /wrkdirs/usr/ports/databases/foundationdb-devel/work/foundationdb-7.1.21/fdbserver/FDBExecHelper.actor.cpp:41: In file included from /usr/local/include/boost/process.hpp:24: In file included from /usr/local/include/boost/process/async_system.hpp:22: In file...

Track parent process death for FreeBSD. Before: When dbmonitor terminated, the children continued to work. After: Children receive a SIGHUP signal and finish their work. Also fixed sigprocmask() restore. #...