Re: Improper use about DatumGetInt32

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Improper use about DatumGetInt32
Дата
Msg-id 5cba03cd-cff3-9f81-ba4f-4fd91e08bbce@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Improper use about DatumGetInt32  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Improper use about DatumGetInt32
Список pgsql-hackers
On 2020-11-02 16:59, Peter Eisentraut wrote:
> I have committed 0003.
> 
> For 0001, normal_rand(), I think you should reject negative arguments
> with an error.

I have committed a fix for that.

> For 0002, I think you should change the block number arguments to int8,
> same as other contrib modules do.

Looking further into this, almost all of pageinspect needs to be updated 
to handle block numbers larger than INT_MAX correctly.  Attached is a 
patch for this.  It is meant to work like other contrib modules, such as 
pg_freespace and pg_visibility.  I haven't tested this much yet.

Вложения

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Transaction isolation and table contraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Libpq support to connect to standby server as priority