Re: open items

2024-05-16 Thread Michael Paquier
On Tue, May 14, 2024 at 09:52:35AM -0400, Robert Haas wrote: > We are down to three open items, all of which have proposed fixes. > That is great, but we need to keep things moving along, because > according to https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items > we are due to release beta1

Re: open items

2024-05-14 Thread Robert Haas
Hi, We are down to three open items, all of which have proposed fixes. That is great, but we need to keep things moving along, because according to https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items we are due to release beta1 on May 23. That means that a release freeze will be in effect fr

Re: open items

2024-05-11 Thread Heikki Linnakangas
On 09/05/2024 22:39, Robert Haas wrote: On Thu, May 9, 2024 at 3:38 PM Dagfinn Ilmari Mannsåker wrote: Robert Haas 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

Re: open items

2024-05-10 Thread Robert Haas
On Fri, May 10, 2024 at 7:14 AM Alvaro Herrera wrote: > A possible complaint is that the upgrade mechanics which are mostly in > pg_dump with some pieces in pg_upgrade are not very explicitly > documented. There are already comments in all relevant places, but > perhaps an overall picture is nece

Re: open items

2024-05-10 Thread Robert Haas
On Fri, May 10, 2024 at 8:48 AM Melanie Plageman wrote: > Sorry, yes, the trivial fix has been done for a while. There is one > outstanding feedback on the patch: an update to one of the comments > suggested by Tomas. I got distracted by trying to repro and fix a bug > from the section "live issue

Re: open items

2024-05-10 Thread Daniel Gustafsson
> On 10 May 2024, at 14:48, Melanie Plageman wrote: > > On Thu, May 9, 2024 at 3:28 PM Robert Haas wrote: >> >> Just a few reminders about the open items list at >> https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items -- >> >> * Incorrect Assert in heap_end/rescan for BHS. Either the desc

Re: open items

2024-05-10 Thread Melanie Plageman
On Thu, May 9, 2024 at 3:28 PM Robert Haas wrote: > > Just a few reminders about the open items list at > https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items -- > > * Incorrect Assert in heap_end/rescan for BHS. Either the description > of this item is inaccurate, or we've been unable to fix

Re: open items

2024-05-10 Thread Alvaro Herrera
On 2024-May-09, Robert Haas wrote: > * not null constraints break dump/restore. I asked whether all of the > issues had been addressed here and Justin Pryzby opined that the only > thing that was still relevant for this release was a possible test > case change, which I would personally consider a

Re: open items

2024-05-09 Thread Michael Paquier
On Thu, May 09, 2024 at 03:28:13PM -0400, Robert Haas wrote: > Just a few reminders about the open items list at > https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items -- Thanks for summarizing the situation. > * Race condition with local injection point detach. Discussion is ongoing. I hav

Re: open items

2024-05-09 Thread Robert Haas
On Thu, May 9, 2024 at 3:38 PM Dagfinn Ilmari Mannsåker wrote: > Robert Haas 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

Re: open items

2024-05-09 Thread Dagfinn Ilmari Mannsåker
Robert Haas 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 appr