mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 04:24:45 -04:00
772a596ed2
The ident() function in src/backend/libpq/hba.c doesn't cope when postmaster is contacted on an IP alias. This patch fixes it. Malcolm Beattie