Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data
Дата
Msg-id 29119.1207232078@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data  ("Marcello Ceschia" <Marcello.Ceschia@medizin.uni-leipzig.de>)
Ответы Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-bugs
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> On second thought, expanding AttrNumber to int32, wholesale, might not
> be a good idea,

No, it wouldn't.  For one thing it'd be a protocol break --- column
numbers are int16 --- and for another, we'd have terrible performance
problems with such wide rows.  Actually rows are supposed to be limited
to ~1600 columns, anyway, because of HeapTupleHeader limitations.
Apparently you've found a path where that restriction isn't enforced
correctly, but I haven't seen the referenced message yet ...

            regards, tom lane

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

Предыдущее
От: Jeff Dwyer
Дата:
Сообщение: Re: BUG #4085: No implicit cast after coalesce
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4079: libpq.dll very slow (unusable)