Обсуждение: pgsql: Avoid deep recursion when assigning XIDs to multiple levels of

Поиск
Список
Период
Сортировка

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

От
rhaas@postgresql.org (Robert Haas)
Дата:
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_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.215.2.7 -> r1.215.2.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.215.2.7&r2=1.215.2.8)