Re: [BUGS] server crash in very big transaction [postgresql 8.0beta1] - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] server crash in very big transaction [postgresql 8.0beta1]
Date
Msg-id 15118.1093408223@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] server crash in very big transaction [postgresql  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: [BUGS] server crash in very big transaction [postgresql  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> As for extending the length of xl_len, what happens if someone now has
> 2^30 subtransaction IDs (as unlikely as that sounds)?

They'll have run out of RAM to store the subxact-related storage before
that (not to mention most likely have exhausted the CommandCounter
range, not to mention exhausted their patience --- it takes a good while
even to exercise the 2^16-subxact case).  I'm satisfied if we can
approach that limit.  Exceeding it will be a task for some other release.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [BUGS] server crash in very big transaction [postgresql
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] server crash in very big transaction [postgresql