Reset unused fields in GIN data leaf page footer.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 24 Jan 2014 17:08:52 +0000 (19:08 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 24 Jan 2014 17:10:10 +0000 (19:10 +0200)
commitd150ff57812ae01a2f78a55f33a46f9b7febf933
treefbc87b71c80badc907c04e2ac7c2a86ce64bae4c
parenta8f374849fe2e2fcd62bbba8be85ccf030c31683
Reset unused fields in GIN data leaf page footer.

The maxoff field is not used in the new, compressed page format. Let's
reset it when converting an old-format page to the new format. The code
won't care either way, but this makes it possible to use the field for
something else in the future.
src/backend/access/gin/gindatapage.c
src/backend/access/gin/ginxlog.c