Re: OOM in spgist insert

Поиск
Список
Период
Сортировка
От Pavel Borisov
Тема Re: OOM in spgist insert
Дата
Msg-id CALT9ZEHLM8+4hPinp=eKF0nJu+Tu8Dwc0koc--T9z-6RW4t6bQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: OOM in spgist insert  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers

Now when checking for shortening of  leaf tuple is added LongValuesOK become slightly redundant. I'd propose to replace it with more legible name as LongValuesOK doesn't mean they are warranted to be ok just that we can try to shorten them? What about tryShortening, trySuffixing or can(Try)ShortenTuple?
Or maybe it's even more logical now to invert it and make dontTrySuffixing for use in the opclasses for kd-tree, quadtree etc which are warranted to have the same key data length at any tree level ?

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com

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

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Parallel INSERT SELECT take 2
Следующее
От: Greg Nancarrow
Дата:
Сообщение: Re: Parallel scan with SubTransGetTopmostTransaction assert coredump