pgsql: Fix portability bug in gin_page_opaque_info().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix portability bug in gin_page_opaque_info().
Date: 2016-11-02 04:09:35
Message-ID: E1c1mrn-0006Uo-66@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix portability bug in gin_page_opaque_info().

Somebody apparently thought that "if Int32GetDatum is good,
Int64GetDatum must be better". Per buildfarm failures now
that Peter has added some regression tests here.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/af636d7b535cf1bcee59a60d22b712ecba5a400f

Modified Files
--------------
contrib/pageinspect/ginfuncs.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Ashutosh Sharma 2016-11-02 07:18:34 Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated.
Previous Message Peter Eisentraut 2016-11-02 02:05:26 pgsql: pageinspect: Make btree test more portable