Re: Incorrect translator comment for ListenServerPort()?
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Japin Li <japinli@hotmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-02-17T14:45:31Z
Lists: 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
Commits
-
Fix translator notes in comments
- 9cdc21b533d4 18.0 landed