Re: Nested xacts: looking for testers and review

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Nested xacts: looking for testers and review
Date: 2004-05-28 15:46:07
Message-ID: 20040528154607.GE2572@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 29, 2004 at 12:27:39AM +0900, Tatsuo Ishii wrote:
> Can I ask you one more question?
>
> Is there any limit for nesting leveles of subtransactions?

In theory 2^16 I think, but I haven't tested it. It tried to 30 or so
only. Not sure if it's practical.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Escucha y olvidarás; ve y recordarás; haz y entenderás" (Confucio)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marty Scholes 2004-05-28 15:52:13 Re: tablespaces and DB administration
Previous Message Tom Lane 2004-05-28 15:42:36 Re: temp tables broken in CVS HEAD?