]> granicus.if.org Git - postgresql/commit
Fix gin_desc routine to match the WAL format.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 28 Nov 2013 19:54:49 +0000 (21:54 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 28 Nov 2013 19:57:42 +0000 (21:57 +0200)
commit97c19e6c38ebc5e300539f6985ef3e05398c8f46
tree21bd54550016c2e8d36fca12a24371b7c5ce61e0
parentda8a7160893c463690146c7b30220b90c593ec15
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.
src/backend/access/rmgrdesc/gindesc.c