Tom Lane
56d34ba5fb
Back-patch portability fixes for contrib/pageinspect/ginfuncs.c.
...
Back-patch commits 84ad68d64 and 367b99bbb.
2016-11-04 12:37:29 -04:00
Tom Lane
af636d7b53
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.
2016-11-02 00:09:28 -04:00
Bruce Momjian
807b9e0dff
pgindent run for 9.5
2015-05-23 21:35:49 -04:00
Bruce Momjian
4baaf863ec
Update copyright for 2015
...
Backpatch certain files through 9.0
2015-01-06 11:43:47 -05:00
Heikki Linnakangas
3a82bc6f8a
Add pageinspect functions for inspecting GIN indexes.
...
Patch by me, Peter Geoghegan and Michael Paquier, reviewed by Amit Kapila.
2014-11-21 11:58:07 +02:00