mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
each connection. This makes it possible to catch errors in the pg_hba file when it's being reloaded, instead of silently reloading a broken file and failing only when a user tries to connect. This patch also makes the "sameuser" argument to ident authentication optional.