Error accessing catalog table pg_proc

From: Cory Nemelka <cnemelka(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Error accessing catalog table pg_proc
Date: 2017-11-08 18:07:49
Message-ID: CAMe5Gn12H8FWyo3-+H1kbZZu3gafPg2uE2sTn9Xq-ytteToy1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

We are receiving the following error when trying to access pg_proc table:

[local] cnemelka=# \d pg_proc;
ERROR: XX000: cache lookup failed for attribute 1 of relation 1255
LOCATION: get_relid_attribute_name, lsyscache.c:807

This error is preventing backups with pg_dump. It doesn't seem to be
affecting the database overall. We ran VACUUM FULL and REINDEX on the
catalog tables but the error persists.

Postgres version is 9.5.7 running on Ubuntu 12.04

Can anyone help?

--cnemelka

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message George Neuner 2017-11-08 18:09:11 Re: Running Windows binaries from non-English folder
Previous Message rammohan ganapavarapu 2017-11-08 16:17:01 Re: Can master and slave on different PG versions?