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

From Tom Lane
Subject Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
Date
Msg-id 10350.1486133013@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
List pgsql-committers
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?  I'd use OID or maybe even regprocedure on
the SQL side.

            regards, tom lane


pgsql-committers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.