Peter Eisentraut
Peter Eisentraut
The program in `example/simpleproxy.go` aborts ungracefully with "could not understand client" when an SSL connection is attempted (which is the default for libpq clients). At least, `handleConnection()` should recognize an...
I see lots of these in the logs: ``` [warn] application - Count not connect to partition leader x.x.x.x:9092. Error message: Failed to open a socket. ``` I can't make...
The `libevent.pc` file on Windows (mingw) contains Libs.private: -lws2_32 This line should also contain `-liphlpapi`. Without this, static linking against libevent will fail with `undefined reference to 'if_nametoindex'`.
Add compatibility for older PostgreSQL versions (tested back to version 10). That way, the latest version of pgaudit can also be used with older PostgreSQL versions. AFAICT, pgaudit is the...
The following code ``` python if True: print(""" tab at start of this line """) ``` produces ``` test.py:3:1: E101 indentation contains mixed spaces and tabs test.py:3:1: W191 indentation contains...
The previous coding for the po-mode check left a `messages.po` file lying around wherever it was run. Add the appropriate options to `msgfmt` to avoid that.
Various output elements, including host names and check names on certain screens, have the CSS property `text-transform: uppercase`. But that makes it harder to copy and paste these pieces. I...
The `geninfo` options `--include` and `--exclude` are only looked at by `process_dafile` but not by `process_intermediate` or `process_initial`. When using a workflow using the `lcov --initial` option, it is therefore...
Otherwise they fail, because curl does not follow the recently introduced redirects automatically.