pgsql: Turn much of the btree_gin macros into real functions.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Turn much of the btree_gin macros into real functions.
Дата
Msg-id E1Y357f-0002NK-Fs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Turn much of the btree_gin macros into real functions.

This makes the functions much nicer to read and edit, and also makes
debugging easier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f0dccaed64a8ed6f5db8ad43e7612202fbeeeaf

Modified Files
--------------
contrib/btree_gin/btree_gin.c |  375 +++++++++++++++++++----------------------
1 file changed, 173 insertions(+), 202 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use a pairing heap for the priority queue in kNN-GiST searches.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move rbtree.c from src/backend/utils/misc to src/backend/lib.