Re: BUG #10527: TRAP when joining local table with view on tds_fdw foreign table
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #10527: TRAP when joining local table with view on tds_fdw foreign table |
| Дата | |
| Msg-id | 22474.1401899750@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | BUG #10527: TRAP when joining local table with view on tds_fdw foreign table (gunnar.bluth@pro-open.de) |
| Ответы |
Re: BUG #10527: TRAP when joining local table with view on
tds_fdw foreign table
|
| Список | pgsql-bugs |
gunnar.bluth@pro-open.de writes:
> Not sure if this might be a 9.4 regression or if the FDW interface has
> changed and tds_fdw needs some tweaking, however:
> When I join a local table with a view on a foreign table (tds_fdw), I get
> TRAP: FailedAssertion("!(outer_rel->rows > 0)", File: "indxpath.c", Line:
> 1861)
This looks like tds_fdw is neglecting its responsibility to deliver a
positive rowcount estimate for the foreign relation. (Most places in the
core code use clamp_row_est(), which forces the value to be more than zero
along with rounding it to nearest integer.) You'll need to report it to
the author of tds_fdw.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера