Re: pgsql: BRIN: Block Range Indexes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: BRIN: Block Range Indexes
Дата
Msg-id 545D6A62.7020606@gmx.net
обсуждение исходный текст
Ответ на pgsql: BRIN: Block Range Indexes  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
This fails cplusplucheck:

./src/include/access/brin_xlog.h:79:17: error: expected unqualified-id
before ‘new’

"new" is a reserved word in C++, so you can't have it in a header file.



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Introduce custom path and scan providers.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Update pg_receivexlog note