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 20100723004326.E0B737541D5@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_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.257.2.7 -> r1.257.2.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.257.2.7&r2=1.257.2.8)

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