Fix gin_desc routine to match the WAL format.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 97c19e6c38ebc5e300539f6985ef3e05398c8f46
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-11-28T19:57:42Z
Releases: 9.4.0
Fix gin_desc routine to match the WAL format.

In the GIN incomplete-splits patch, I used BlockIdDatas to store the block
number of left and right children, when inserting a downlink after a split
to an internal page posting list page. But gin_desc thought they were stored
as BlockNumbers.

Files

PathChange+/−
src/backend/access/rmgrdesc/gindesc.c modified +3 −3