Re: backup and store oids - Mailing list pgsql-general

From Tom Lane
Subject Re: backup and store oids
Date
Msg-id 4743.975597526@sss.pgh.pa.us
Whole thread Raw
In response to backup and store oids  (Gabriel Lopez <gabilm@dif.um.es>)
List pgsql-general
Gabriel Lopez <gabilm@dif.um.es> writes:
>     1. I have problem insert oid object in a table, not always,
> sometimes. I have the exception
>         FastPath call returned FATAL 1:  my bits moved right off
>         Recreate index pg_attribute_relid_attnum_index.

We've seen that reported before.  It suggests that there's some corner-
case bug lurking in the btree index routines.  We could find and fix it
given a reproducible test case ... but no one's been able to provide a
test case.  Can you?

            regards, tom lane

pgsql-general by date:

Previous
From: martin.chantler@convergys.com
Date:
Subject: Can PostGreSQL handle 100 user database?
Next
From: Tom Lane
Date:
Subject: Re: plpgsql variable trouble