Re: Commitfest 2023-03 starting tomorrow!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Commitfest 2023-03 starting tomorrow!
Дата
Msg-id 1512842.1680621496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Commitfest 2023-03 starting tomorrow!  ("Gregory Stark (as CFM)" <stark.cfm@gmail.com>)
Ответы Re: Commitfest 2023-03 starting tomorrow!  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
"Gregory Stark (as CFM)" <stark.cfm@gmail.com> writes:
> However I tried to do a pass of the Needs Review patches and found
> that a lot of them were really waiting for comment and seemed to be
> useful features or bug fixes that already had a significant amount of
> work put into them and seemed likely to get committed if there was
> time available to work on them.

Yeah, we just don't have enough people ...

> So I think these patches are actual useful patches that we would want
> to have but are likely, modulo some bug fixes, to get moved along to
> the next CF again without any progress this CF:

I have comments on a few of these:

> * Remove dead macro exec_subplan_get_plan

TBH, I'd reject this one as not being worth the trouble.

> * monitoring usage count distribution

And I'm dubious how many people care about this, either.

> * Improve pg_bsd_indent's handling of multiline initialization expressions

This is going to go in once the commit fest is done; we're just holding
off to avoid creating merge issues during the CF time crunch.

> * clean up permission checks after 599b33b94

I believe that the actual bug fixes are in, and what's left is just a test
case that people weren't very excited about adding.  So maybe this should
get closed out as committed.

Perhaps we'll get some of the others done by the end of the week.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: RFC: logical publication via inheritance root?
Следующее
От: "Gregory Stark (as CFM)"
Дата:
Сообщение: Re: Improving btree performance through specializing by key shape, take 2