GIN: Implementing triConsistent and strategy number

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: GIN: Implementing triConsistent and strategy number
Date: 2015-06-24 20:11:17
Message-ID: CAMkU=1yvuK5XpmdO7dz4jFapS-vVFDgbnR89wwQE7Fw4TjZEQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there a way to implement triConsistent for only some of the strategy
numbers?

It looks like I would have to internally re-implement something like
shimTriConsistentFn for each strategy number for which I don't want to
implement the ternary system in full. Am I missing a trick?

Thanks,

Jeff

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2015-06-24 20:22:41 Re: pgbench - allow backslash-continuations in custom scripts
Previous Message Robert Haas 2015-06-24 19:56:21 Re: pg_stat_*_columns?