Re: lo_creat() failing after 22 iterations

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Barnes, Sandy (Sandra)" <Sandy(dot)Barnes(at)Honeywell(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: lo_creat() failing after 22 iterations
Date: 2000-08-28 17:46:49
Message-ID: 16590.967484809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Barnes, Sandy (Sandra)" <Sandy(dot)Barnes(at)Honeywell(dot)com> writes:
> I'm running PostgreSQL 7.0.2 on RedHat6.2 Linux. I try to call lo_creat()
> 100 times and always on the 23rd try I get a 0 return type for the OID
> (error! condition). I also get the following error in the postgres message
> log:

> FATAL 1: my bits moved right off the end of the
> world!

If you have a reproducible way of causing that error, we'd sure like to
see it. Please submit a formal bug report with the full details of your
tables and program.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-08-28 18:14:03 Re: Using index from sub-query
Previous Message Stephan Szabo 2000-08-28 17:04:17 Re: Quoting affects usage of indices on int8 columns...