Re: cache lookup failed for function 0 - Mailing list pgsql-general

From Tom Lane
Subject Re: cache lookup failed for function 0
Date
Msg-id 1607496.1696117144@sss.pgh.pa.us
Whole thread Raw
In response to Re: cache lookup failed for function 0  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 9/30/23 14:54, pf@pfortin.com wrote:
>> As I told Tom, the "test" DB has this issue; the production and test1 DBs
>> are fine; I should have thought to check those first... Sorry for the
>> noise.

> Still there was an issue with a database. Did you track down what was 
> wrong with "test"?

Yeah, it'd be interesting to try to figure out what's wrong.
One idea is to pg_dump both test and test1 and compare the dump
scripts, assuming you expect identical contents in both.

(If you expect not-quite-identical contents, I think there's
a DB comparison tool that's been recommended around here.)

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: cache lookup failed for function 0
Next
From: James Healy
Date:
Subject: Re: Gradual migration from integer to bigint?