Re: Incorrect translator comment for ListenServerPort()? - Mailing list pgsql-hackers

From Japin Li
Subject Re: Incorrect translator comment for ListenServerPort()?
Date
Msg-id ME0P300MB04453160F35F8A0E770B1E65B6FB2@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Incorrect translator comment for ListenServerPort()?  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Mon, 17 Feb 2025 at 15:45, Daniel Gustafsson <daniel@yesql.se> wrote:
>> On 17 Feb 2025, at 15:39, Japin Li <japinli@hotmail.com> wrote:
>
>> When I read the ListenServerPort(), I noticed two incorrect translator
>> implementations: 1) the translator for setsockopt(SO_REUSEADDR), which
>> should not be "Unix"; 2) the translator for setsockopt(IPV6_V6ONLY),
>> which is applicable only to IPv6.
>
> Nice catches, I agree with your conclusions. I'll apply these in a bit.
>

Thanks for your quick review.

-- 
Regrads,
Japin Li



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Incorrect translator comment for ListenServerPort()?
Next
From: Sami Imseih
Date:
Subject: Re: pg_stat_statements and "IN" conditions