Re: Inconsistent use of relpages = -1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Inconsistent use of relpages = -1
Дата
Msg-id 2273935.1729704027@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Inconsistent use of relpages = -1  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> It bothers me somewhat that views still have relpages=0, because they
> also don't have storage. Thoughts?

I think it's fine, because they also have reltuples=0.  The
combination of those two zeroes indicates ignorance as to
the rel's contents.  If either field is not zero, though, then
the combination ought to be sensible.

            regards, tom lane



В списке pgsql-hackers по дате отправления: