pgsql: Fix another palloc in critical section.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix another palloc in critical section.
Дата
Msg-id E1WWW5U-0002rQ-DL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix another palloc in critical section.

Also add a regression test for a GIN index with enough items with the same
key, so that a GIN posting tree gets created. Apparently none of the
existing GIN tests were large enough for that.

This code is new, no backpatching required.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ffbba6ee1244901b492fe268ea94f72e35aedf38

Modified Files
--------------
src/backend/access/gin/gindatapage.c       |   35 ++++++++++++++++------------
src/test/regress/expected/create_index.out |   14 +++++++++++
src/test/regress/sql/create_index.sql      |   14 +++++++++++
3 files changed, 48 insertions(+), 15 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix processing of PGC_BACKEND GUC parameters on Windows.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Block signals earlier during postmaster startup.