pgsql: Revert the assertion of no palloc's in critical section.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Revert the assertion of no palloc's in critical section.
Дата
Msg-id E1X1WHJ-0000ew-Bx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert the assertion of no palloc's in critical section.

Per discussion, it still fires too often to be safe to enable in
production. Keep it in master, so that we find the issues, but disable it
in the stable branch.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/backend/utils/mmgr/mcxt.c |   24 ------------------------
1 file changed, 24 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix and enhance the assertion of no palloc's in a critical secti
Следующее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Add cluster_name GUC which is included in process titles if set.