Re: [HACKERS] Optimizer fed bad data about some system-table indexes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Optimizer fed bad data about some system-table indexes
Date: 1999-04-30 19:52:35
Message-ID: 29449.925501955@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Can you point me to that file?

The code that does this stuff is init_irels() and write_irels() at the
end of backend/utils/cache/relcache.c. The init file itself is
"pg_internal.init" in the database directory (looks like there is one
for each database...).

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-04-30 20:11:11 Re: [HACKERS] Optimizer fed bad data about some system-table indexes
Previous Message Bruce Momjian 1999-04-30 19:26:59 Re: [HACKERS] Optimizer fed bad data about some system-table indexes