Re: BUG #16695: pg_hba_file_rules NULL address and netmask

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: petervandivier@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2020-11-02T22:15:02Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> pg_hba_file_rules reports NULL address and netmask values incorrectly on
> FreeBSD 11 for tested postgres versions 10-13 (at least). e.g. 

This is kind of an unhelpful bug report: you did not show what results
you got, nor what you expected to get.

			regards, tom lane



Commits

  1. Fix unportable use of getnameinfo() in pg_hba_file_rules view.