Re: Display Pg buffer cache (WIP)

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Display Pg buffer cache (WIP)
Дата
Msg-id 422D6151.4040103@coretech.co.nz
обсуждение исходный текст
Ответ на Re: Display Pg buffer cache (WIP)  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway wrote:
> Mark Kirkwood wrote:

>> +         TupleDescInitEntry(tupledesc, (AttrNumber) 5, "relblockbumber",
>> +                                     NUMERICOID, -1, 0);
>
> I think this should be an int4, not numeric.

I was looking for an UINT4OID :-), but numeric seemed the best
compromise (safer than overflowing int4). I guess I could add a type
'blocknumber' that is actually the same as 'oid', but it seems liks a
lot of effort for one column.

cheers

Mark


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Continue transactions after errors in psql
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Display Pg buffer cache (WIP)