pgsql: Fix outdated comments, GIST search queue is not an RBTree anymor

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix outdated comments, GIST search queue is not an RBTree anymor
Date: 2016-09-20 08:41:24
Message-ID: E1bmGcG-0007aF-Qt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/45310221a9afccd98e78813459472370ade9dc4c

Modified Files
--------------
src/backend/access/gist/gistscan.c | 4 ++--
src/include/access/gist_private.h | 18 +++++++-----------
2 files changed, 9 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-09-20 16:14:36 pgsql: Retry DSM control segment creation if Windows indicates access d
Previous Message Heikki Linnakangas 2016-09-19 20:04:12 pgsql: Fix latency calculation when there are \sleep commands in the sc