Re: [HACKERS] Patches I'm thinking of pushing shortly

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Patches I'm thinking of pushing shortly
Дата
Msg-id CA+Tgmoac8UsJhp1LKbN+W5n_RRVum_g3GEU+QLLO1M1GxOjZdg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Patches I'm thinking of pushing shortly  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Patches I'm thinking of pushing shortly  (Andres Freund <andres@anarazel.de>)
Re: [HACKERS] Patches I'm thinking of pushing shortly  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Sun, Aug 13, 2017 at 5:24 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I'd vote for including this in v10.  There doesn't seem to be any
>> downside to this: it's a no brainer to avoid our exploding hash table
>> case when we can see it coming.
>
> Anybody else want to vote that way?  For myself it's getting a bit late
> in the beta process to be including inessential changes, but I'm willing
> to push it to v10 not just v11 if there's multiple people speaking for
> that.

I'd vote for waiting until v11.  I think it's too late to be doing
things that might change good plans into bad ones or visca versa;
that's a recipe for having to put out 10.1 and 10.2 a little quicker
than I'd like.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [BUGS] Replication to Postgres 10 on Windows is broken
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Server crash (FailedAssertion) due to catcache refcount mis-handling