Re: Minmax indexes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Minmax indexes
Дата
Msg-id 20130917210310.GG6056@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Minmax indexes  (Thom Brown <thom@linux.com>)
Ответы Re: Minmax indexes  (Thom Brown <thom@linux.com>)
Re: Minmax indexes  ("Erik Rijkers" <er@xs4all.nl>)
Re: Minmax indexes  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-hackers
Thom Brown wrote:

Thanks for testing.

> Thanks for the patch, but I seem to have immediately hit a snag:
>
> pgbench=# CREATE INDEX minmaxtest ON pgbench_accounts USING minmax (aid);
> PANIC:  invalid xlog record length 0

Silly mistake I had already made in another patch.  Here's an
incremental patch which fixes this bug.  Apply this on top of previous
minmax-1.patch.

I also renumbered the duplicate OID pointed out by Peter, and fixed the
two compiler warnings reported by Jaime.

Note you'll need to re-initdb in order to get the right catalog entries.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: relscan_details.h
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Minmax indexes