Re: BlockNumber fixes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BlockNumber fixes
Дата
Msg-id 9089.1026800727@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BlockNumber fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: BlockNumber fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The only other
> unusual case I saw was tid outputing block number as %d and not %u.  Is
> that OK?

Seems like it should use %u.  The input side might be wrong too.

> Also, pg_class.relpages is an int.  We don't have unsigned int columns.

Yeah.  I had a todo item to look at all the uses of relpages and make
sure they were being casted to unsigned ...
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Unused system table columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unused system table columns