From: Nathan Wagner Date: Tue, 23 Sep 2014 04:07:51 +0000 (+0000) Subject: Add support for gin indexes on uuid arrays. X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;ds=sidebyside;h=17c5231ae64bd5b61abc13db6081f35d5da3ec44;hp=17c5231ae64bd5b61abc13db6081f35d5da3ec44;p=uuid Add support for gin indexes on uuid arrays. Added a default operator class for gin indexes on uuid[]. Since we want to support arrays containing nulls, the operator class uses existing array support methods. ---