Re: pg_getaddrinfo_all() with hintp=NULL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_getaddrinfo_all() with hintp=NULL
Date
Msg-id 2476718.1762993056@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_getaddrinfo_all() with hintp=NULL  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pg_getaddrinfo_all() with hintp=NULL
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> It's still not clear to ne that we should make pg_getaddr_info() mimic the API
> of getaddrinfo since it's not a thin wrapper over getaddrinfo.  The alternative
> option would be to return EAI_FAIL on a null hint and force the caller to
> provide an AF_UNSPEC if that is what is indeed asked for.

We already reject null hints (by crashing), and have done for decades.
I don't think there's anything very wrong with the current code, and I
don't really see that the proposed patch is an improvement.  If
anything, I'd just add a comment to pg_getaddrinfo_all saying that
unlike bare getaddrinfo, we require a valid hintp.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.
Next
From: Sami Imseih
Date:
Subject: Re: another autovacuum scheduling thread