Re: BUG #17395: Assert failed on merge join when foreign range partition contains out-of-range value

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17395: Assert failed on merge join when foreign range partition contains out-of-range value
Дата
Msg-id 531524.1644076257@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17395: Assert failed on merge join when foreign range partition contains out-of-range value  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The following query:
> [ foreign partition that doesn't contain the expected data ]
> causes an assertion failure with the following stack:

Hm.  I suppose we have to reduce that assert to an actual runtime
test.  More generally, though, it seems like the documentation is
not nearly clear enough that it's on the user's head to make sure
that a foreign partition's contents meet the partition constraint.
Sec. 5.11.2 punts the matter to the CREATE FOREIGN TABLE man page,
which is okay, but CREATE FOREIGN TABLE doesn't lay it out with
any degree of clarity either.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17395: Assert failed on merge join when foreign range partition contains out-of-range value
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0