pgsql: Fix thinko: have trueTriConsistentFn return GIN_TRUE.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko: have trueTriConsistentFn return GIN_TRUE.
Date: 2014-03-17 15:30:13
Message-ID: E1WPZUT-0007Ia-F0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko: have trueTriConsistentFn return GIN_TRUE.

While we're at it, also improve comments in ginlogic.c.

Branch
------
master

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

Modified Files
--------------
src/backend/access/gin/ginlogic.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-17 16:36:29 pgsql: During index build, check and elog (not just Assert) for broken
Previous Message Alvaro Herrera 2014-03-17 12:44:58 Re: pgsql: Fix typos in comments.