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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the assertion of no palloc's in critical section.
Date: 2014-06-30 07:45:29
Message-ID: E1X1WHJ-0000ew-Bx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2014-06-30 07:53:34 Re: pgsql: Add cluster_name GUC which is included in process titles if set.
Previous Message Tom Lane 2014-06-29 17:51:10 pgsql: Remove use_json_as_text options from json_to_record/json_populat