pgsql: Revert the assertion of no palloc's in critical section. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Revert the assertion of no palloc's in critical section.
Date
Msg-id E1X1WHJ-0000ew-Bx@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix and enhance the assertion of no palloc's in a critical secti
Next
From: Thom Brown
Date:
Subject: Re: pgsql: Add cluster_name GUC which is included in process titles if set.