Re: Assertion failure with LEFT JOINs among >500 relations

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Assertion failure with LEFT JOINs among >500 relations
Дата
Msg-id CAApHDvqqp0UJ+DNCM94CBohzOmrXvo0SfpACKfGoHdgK5tySFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Assertion failure with LEFT JOINs among >500 relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 19 Oct 2020 at 13:06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> David Rowley <dgrowleyml@gmail.com> writes:
> > I guess we could resolve that concern by just changing the failing
> > assert to become: Assert(outer_skip_rows <= outer_rows ||
> > isinf(outer_rows));
>
> I can't really object to just weakening the Assert a tad.
> My thoughts would have run towards checking for the NaN though.

I ended up back-patching a change that does that.

Thanks for your input on this and for the report, Onder.

David



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Make procedure OUT parameters work with JDBC
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Make procedure OUT parameters work with JDBC