Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
Дата
Msg-id CAA4eK1Jo+M035uz2d95Ld67Zp+g1yjukgBAw5C+98fNU1keHrA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Fri, Feb 3, 2017 at 8:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Amit Kapila <amit.kapila16@gmail.com> writes:
>> I have gone through all the of the SQL declarations and it seems
>> hash_metapage_info(...,OUT procid int4,..) is not consistent.  procid
>> is unsigned int, so isn't it better to use the corresponding datatype
>> as int8 in SQL function hash_metapage_info then use Int64GetDatum?
>
> Isn't procid an OID?
>

It is RegProcedure.

>  I'd use OID or maybe even regprocedure on
> the SQL side.
>

I think we can use either one of those.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.