Re: pgsql: Check for GiST index tuples that don't fit on a page.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Check for GiST index tuples that don't fit on a page.
Дата
Msg-id 1412642021.30485.17.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: pgsql: Check for GiST index tuples that don't fit on a page.  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-committers
On Sun, 2014-10-05 at 10:06 +0300, Heikki Linnakangas wrote:
> Hmm. For this particular case, it would straightforward to add a step to
> the buildfarm script to do "grep -r '%z' src". It might turn up false
> positives, if there's a %z in comments or such, but it shouldn't be much
> effort to maintain a list of exceptions to filter out the false positives.

The problem in this case was that a change was backpatched that doesn't
always work in back branches, but works fine in master.  The check you
describe would only have worked if somehow we'd have added it at the
time %z support was added to master, with tremendous foresight.  Plus,
you don't really want to get into the habit of backpatching more ways
the build could fail in stable branches.




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Check for GiST index tuples that don't fit on a page.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix array overrun in ecpg's version of ParseDateTime().