Re: [HACKERS] Re: [BUGS] General Bug Report: Bug in optimizer
Vadim Mikheev <vadim@krs.ru>
From: Vadim Mikheev <vadim@krs.ru>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: bamby@marka.net.ua, hackers@postgreSQL.org
Date: 1999-03-18T18:56:32Z
Lists: pgsql-bugs, pgsql-hackers
Bruce Momjian wrote: > > So, yes, I suppose there is an inconsistency there. Zero-sized > tables(according to vacuum), use index, while tables with some data > don't use index. > > How does the system know there is a row in there if you didn't run > vacuum? That confuses me. Create index updates ntuples & npages in pg_class... Vadim