commit | b841c74aad63d7bf309f61d8fd38493dd1f318f4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 18:29:49 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 18:29:51 2020 +0200 |
tree | b6e691e095666d6683e63f7aad1dcc5ffa3f46c8 | |
parent | b693a0de374801e4924384cbeacbd2712d3a6a2c [diff] |
BUG/MINOR: checks: Fix PostgreSQL regex on the authentication packet For PostgreSQL health check, there is a regex on the backend authentication packet. It must match to succeed. But it exists 6 types of authentication packets and the regex only matches the first one (AuthenticationOK). This patch fixes the regex to match all authentication packets. No backport needed.