I have seen this issue on a slave although it was in version 9.2. I ran
this
select 2619::regclass;
regclass
--------------
pg_statistic
(1 row)
I was able to fix my select issue by running analyze on the database
On Thu, Sep 26, 2013 at 11:47 AM, David Rennalls <drennalls@gmail.com>wrote:
> David Fetter <david <at> fetter.org> writes:
> >
> > Upgrade to 9.1.3 and let us know whether that fixes the problem.
>
> I've run into this issue as well on postgres 8.4.14. Aside from upgrading
> to a
> newer release is there any manual fixup that can be done ?
>
> Thanks,
> David
>
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>