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

From Daniel Gustafsson
Subject Re: Incorrect translator comment for ListenServerPort()?
Date
Msg-id D75093AB-C30C-4345-976C-35011392237F@yesql.se
Whole thread Raw
In response to Incorrect translator comment for ListenServerPort()?  (Japin Li <japinli@hotmail.com>)
Responses Re: Incorrect translator comment for ListenServerPort()?
List pgsql-hackers
> 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.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Restrict publishing of partitioned table with a foreign table as partition
Next
From: Japin Li
Date:
Subject: Re: Incorrect translator comment for ListenServerPort()?