Fix outdated comments, GIST search queue is not an RBTree anymore.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 20 Sep 2016 08:38:25 +0000 (11:38 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 20 Sep 2016 08:38:25 +0000 (11:38 +0300)
commit45310221a9afccd98e78813459472370ade9dc4c
treeb44ad2bee06d77f7cfe8906a8b5630dcd8d61c3c
parent40c3fe4980e73acb0db75a3c737a4a52e09d4cf4
Fix outdated comments, GIST search queue is not an RBTree anymore.

The GiST search queue is implemented as a pairing heap rather than as
Red-Black Tree, since 9.5 (commit e7032610). I neglected these comments
in that commit.
src/backend/access/gist/gistscan.c
src/include/access/gist_private.h