]> granicus.if.org Git - postgresql/commit
Fix portability bug in gin_page_opaque_info().
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Nov 2016 04:09:27 +0000 (00:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Nov 2016 04:09:27 +0000 (00:09 -0400)
commit14ee35799f1640f44b3e154adcd7607f9a48307f
tree6a7cb6553baf4083b3777a8d61102b4b413521eb
parentf7c9a6e083da3f64e7440a31960b837353514262
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.
contrib/pageinspect/ginfuncs.c