Re: Patching for increasing the number of columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patching for increasing the number of columns
Дата
Msg-id 15886.1408550208@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Patching for increasing the number of columns  (Mayeul Kauffmann <mayeul.kauffmann@free.fr>)
Ответы Re: Patching for increasing the number of columns  (Mayeul Kauffmann <mayeul.kauffmann@free.fr>)
Список pgsql-hackers
Mayeul Kauffmann <mayeul.kauffmann@free.fr> writes:
> I am trying to patch the server source to increase the number of columns 
> above 1600. I'm not planning to commit this but as suggested elsewhere 
> [1], someone might suggest a configure option based on this.
> I came up with a patch which seems to work (see below), but 3 of the 136 
> tests fail.

You would have to show us the actual failure diffs to get much useful
comment, but in general increasing the size of tuple headers could
easily lead to changes in plan choices, which would affect output
row ordering (not to mention EXPLAIN results).  This is particularly
the case if you're testing on a 64-bit machine, since the maxalign'd
size of the header would go from 24 to 32 bytes ...
        regards, tom lane



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Patch status: delta relations in AFTER triggers
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED