From: Nathan Wagner Date: Tue, 23 Sep 2014 03:44:28 +0000 (+0000) Subject: mark functions as immutable X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=5394807cb2d9c07c8689d3f48c9b05d20c44beb4;hp=5394807cb2d9c07c8689d3f48c9b05d20c44beb4;p=uuid mark functions as immutable Indexing on the result of a function doesn't work for volatile functions. This was preventing effective use of GIN indexes on uuid types in some circumstances. ---