Avoid deep recursion when assigning XIDs to multiple levels of subxacts.

Robert Haas <rhaas@postgresql.org>

Commit: b26ed3584a70db6ee0a6267e92893c4fca91f041
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-23T00:43:52Z
Releases: 8.0.26
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.

Files

PathChange+/−
src/backend/access/transam/xact.c modified +29 −2