| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Oliver Jowett <oliver(at)opencloud(dot)com>, Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf |
| Date: | 2004-08-18 16:51:14 |
| Message-ID: | 41238902.1070807@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Bruce Momjian wrote:
>
>
>Uh, we are passing 255.255.255.255 to getaddrinfo()? Why would we do that?
>
>
Any non-CIDR netmask is passed to getaddrinfo to turn it into a binary
mask. see src/backend/libpq/hba.c For CIDR masks we make the binary
version ourselves.
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-08-18 16:51:41 | Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks |
| Previous Message | Andrew Dunstan | 2004-08-18 16:46:24 | Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-08-18 16:51:17 | Re: 8.0 Beta 1 // Environment Vars // .pgpass |
| Previous Message | Andrew Dunstan | 2004-08-18 16:46:24 | Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf |