Re: RFC: Remove contrib entirely - Mailing list pgsql-hackers

From Amit Langote
Subject Re: RFC: Remove contrib entirely
Date
Msg-id 5567CF12.2030008@lab.ntt.co.jp
Whole thread Raw
In response to Re: RFC: Remove contrib entirely  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
On 2015-05-29 AM 11:14, Joshua D. Drake wrote:
> 
> pg_trgm has been in contrib for a decade of not more. Either rip it out or
> include it by default.
> 

There are jsonb gin operator class related files in src/backend/utils/adt/.
Perhaps, trgm_gin.c, trgm_gist.c, trgm_op.c could be moved there. Similarly
for other gin/gist operators classes - hstore, intarray, ltree maybe. Or each
can have its own directory (including jsonb).

But the original comment was about having these moved to an 'extensions'
directory if at all, so perhaps this suggestion is moot.

Thanks,
Amit




pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: [PATCH] Document that directly callable functions may use fn_extra
Next
From: Alvaro Herrera
Date:
Subject: Re: Re: [GENERAL] 9.4.1 -> 9.4.2 problem: could not access status of transaction 1