Fix outdated comments, GIST search queue is not an RBTree anymore.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 45310221a9afccd98e78813459472370ade9dc4c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2016-09-20T08:38:25Z
Releases: 10.0
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.

Files

PathChange+/−
src/backend/access/gist/gistscan.c modified +2 −2
src/include/access/gist_private.h modified +7 −11