Re: pg_hba.conf: samehost and samenet
| От | Stef Walter |
|---|---|
| Тема | Re: pg_hba.conf: samehost and samenet |
| Дата | |
| Msg-id | d6ceee88d19f19670d0fd7d3af90c5c0 обсуждение исходный текст |
| Ответ на | pg_hba.conf: samehost and samenet (Stef Walter <stef-list@memberwebs.com>) |
| Список | pgsql-hackers |
Magnus Hagander wrote: > On Wed, Aug 19, 2009 at 15:02, Stef Walter<stef-list@memberwebs.com> wrote: >> Magnus Hagander wrote: >>> On Wed, Aug 19, 2009 at 03:58, Stef Walter<stef-list@memberwebs.com> wrote: >>>> Attached is a new patch, which I hope addresses all the concerns raised. >>> I think you forgot to actually attach the patch.... >> Whoops. Here it is. > > Is there any actual advantage to using getifaddr() on Linux, It is in my opinion, it is the most modern and maintainable of the methods for obtaining network interface address information. Various unixes have added support for getifaddr() over the years, and (again my opinion) would probably continue to do so. > and not > just use SIOCGIFCONF for all Unixen? I do know that using SIOCGIFCONF on AIX comes with strange wrinkles and variable length data structures etc... getifaddrs() on AIX is a far more maintainable interface. That said, I'll adjust the patch as you feel is best for the long term inclusion in the postgresql source. Cheers, Stef
В списке pgsql-hackers по дате отправления: