Re: open items
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Robert Haas <robertmhaas@gmail.com>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2024-05-11T16:01:14Z
Lists: pgsql-hackers
On 09/05/2024 22:39, Robert Haas wrote: > On Thu, May 9, 2024 at 3:38 PM Dagfinn Ilmari Mannsåker > <ilmari@ilmari.org> wrote: >> Robert Haas <robertmhaas@gmail.com> writes: >>> * Register ALPN protocol id with IANA. From the mailing list thread, >>> it is abundantly clear that IANA is in no hurry to finish dealing with >>> what seems to be a completely pro forma request from our end. I think >>> we just have to be patient. >> >> This appears to have been approved without anyone mentioning it on the >> list, and the registry now lists "postgresql" at the bottom: >> >> https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids > > Nice, thanks! Committed the change from "TBD-pgsql" to "postgresql", thanks! -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Change ALPN protocol ID to IANA-approved "postgresql"
- 407e0b023cdb 17.0 landed