Thread: pgsql: Avoid deep recursion when assigning XIDs to multiple levels of

pgsql: Avoid deep recursion when assigning XIDs to multiple levels of

From
rhaas@postgresql.org (Robert Haas)
Date:
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:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.293 -> r1.293.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.293&r2=1.293.2.1)