mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +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.