pgsql: Avoid deep recursion when assigning XIDs to multiple levels of - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Avoid deep recursion when assigning XIDs to multiple levels of
Date
Msg-id 20100723004318.076BB7541D5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.

Backpatch to 8.0.

Andres Freund, with cleanup and adjustment for older branches by me.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.274.2.3 -> r1.274.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.274.2.3&r2=1.274.2.4)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Avoid deep recursion when assigning XIDs to multiple levels of
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Avoid deep recursion when assigning XIDs to multiple levels of