pgsql: Turn much of the btree_gin macros into real functions. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Turn much of the btree_gin macros into real functions.
Date
Msg-id E1Y357f-0002NK-Fs@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Use a pairing heap for the priority queue in kNN-GiST searches.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Move rbtree.c from src/backend/utils/misc to src/backend/lib.