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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix outdated comments, GIST search queue is not an RBTree anymor
Дата
Msg-id E1bmGcG-0007aI-R0@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_5_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix latency calculation when there are \sleep commands in the sc
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix outdated comments, GIST search queue is not an RBTree anymor