Re: Incorrect translator comment for ListenServerPort()?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Incorrect translator comment for ListenServerPort()?
Date: 2025-02-17 14:45:31
Message-ID: D75093AB-C30C-4345-976C-35011392237F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 17 Feb 2025, at 15:39, Japin Li <japinli(at)hotmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2025-02-17 14:46:16 Re: Vacuum statistics
Previous Message vignesh C 2025-02-17 14:42:49 Re: Restrict publishing of partitioned table with a foreign table as partition