diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-09-20 11:38:25 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-09-20 11:40:13 +0300 |
commit | fd94ac501f11a747093e0fa5af8514af7408dbc3 (patch) | |
tree | 91de8882c2ad9d5c8ffa4c7629c99f2a787c0bb0 /src/backend/access/gist/gist.c | |
parent | f65764a04a0cccbcd53bf413d6f73ecedaae21c6 (diff) | |
download | postgresql-fd94ac501f11a747093e0fa5af8514af7408dbc3.tar.gz postgresql-fd94ac501f11a747093e0fa5af8514af7408dbc3.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions