pgsql: Move multixid allocation out of critical section.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move multixid allocation out of critical section.
Date: 2014-04-04 15:26:04
Message-ID: E1WW60K-0002WM-SC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move multixid allocation out of critical section.

It can fail if you run out of memory.

This call was added in 9.3, so backpatch to 9.3 only.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/backend/access/heap/heapam.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-04 15:26:20 Re: Re: [COMMITTERS] pgsql: In checkpoint, move the check for in-progress xacts out of criti
Previous Message Robert Haas 2014-04-04 15:06:16 Re: [COMMITTERS] pgsql: In checkpoint, move the check for in-progress xacts out of criti