Re: Possible limit on transaction size? - Mailing list pgsql-general

From Tom Lane
Subject Re: Possible limit on transaction size?
Date
Msg-id 9833.1221322341@sss.pgh.pa.us
Whole thread Raw
In response to Possible limit on transaction size?  (bbeyer@purdue.edu)
List pgsql-general
bbeyer@purdue.edu writes:
> About 150 million records into the import process, I get the following error:

> ERROR: lock AccessShareLock on object 51533/51769/0 is already held

What PG version?  Can you put together a self-contained test case?
(It's probably independent of the data, so you could make a script that
just processes a lot of dummy data the same way you are doing.)

There was a similar report a couple of weeks ago:
http://archives.postgresql.org/pgsql-bugs/2008-08/msg00264.php
http://archives.postgresql.org/pgsql-bugs/2008-09/msg00021.php
but that person hasn't gotten back to us on determining exactly
what happened.

            regards, tom lane

pgsql-general by date:

Previous
From: Ben Chobot
Date:
Subject: detecting recurring appointment conflicts
Next
From: Tom Lane
Date:
Subject: Re: "Healing" a table after massive updates