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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Turn much of the btree_gin macros into real functions.
Date: 2014-12-22 15:42:15
Message-ID: E1Y357f-0002NK-Fs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-12-22 15:55:02 pgsql: Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Previous Message Heikki Linnakangas 2014-12-22 10:07:34 pgsql: Use a pairing heap for the priority queue in kNN-GiST searches.