]> granicus.if.org Git - postgresql/commit
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:40:20 +0000 (11:40 +0300)
commitf0a86dfdb465d4d18b8010000205224733d9848e
treef5cc1122b07a9980b52e303861a7fb116734c602
parentedb5c4097604c90e12649cdf24accc6052140b78
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