Thread

  1. Re: error: could not find pg_class tuple for index 2662

    Tom Lane <tgl@sss.pgh.pa.us> — 2011-08-05T16:10:31Z

    I wrote:
    > Ahh ... you know what, never mind about stack traces, let's just see if
    > the attached patch doesn't fix it.
    
    On reflection, that patch would only fix the issue for pg_class, and
    that's not the only catalog that gets consulted during relcache reloads.
    I think we'd better do it as attached, instead.
    
    			regards, tom lane