Re: Decouple operator classes from index access methods - Mailing list pgsql-hackers

From Emre Hasegeli
Subject Re: Decouple operator classes from index access methods
Date
Msg-id CAE2gYzxEsKntCNGC3XeAzKnQNgNLy=2kEPxu=ax85056gGnS-g@mail.gmail.com
Whole thread Raw
In response to Re: Decouple operator classes from index access methods  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> I can see some value perhaps in letting other opclasses refer to
> btree and hash opclasses rather than duplicating their entries.
> But that doesn't seem to be what you're proposing here.

That's what I am proposing.  My idea is to change the current btree
and hash opclasses to be under the new proposed access methods so
btree, hash, and any other index access method can refer to them.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Assertion failure in HEAD and 13 after calling COMMIT in a stored proc
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors