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

2016-09-20 Thread Heikki Linnakangas
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(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


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

2016-09-20 Thread Heikki Linnakangas
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
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/fd94ac501f11a747093e0fa5af8514af7408dbc3

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


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

2016-09-20 Thread Heikki Linnakangas
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
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/f0a86dfdb465d4d18b801205224733d9848e

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers