Re: Modifying and solidifying contrib

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Modifying and solidifying contrib
Date: 2007-02-20 20:56:31
Message-ID: 200702202056.l1KKuVQ26199@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Are we doing this?

---------------------------------------------------------------------------

Joshua D. Drake wrote:
> Hello,
>
> With all the recent discussion on contrib modules etc.. I would like to
> offer the following suggestion. I am willing to do a good portion of the
> work myself and I can get it done before feature freeze. I will need
> help with the global make file stuff however so that is one dependency.
>
> Add directory /modules
> Modules are compiled and installed by default but not enabled.
> Modules in 8.3 currently are:
> pgrowlocks
> pg_freespacemap (to be renameed pgfreespacemap to be consistent)
> pgstattuple
> pgcrypto
> xml2
> pgbuffercache
> initagg
>
> Requirements for /modules
> Must go through normal vetting process on -hackers
> Must include patches to core documentation in Docbook
> Must include test cases? I don't recall if we have regress for all
> contrib stuff.
>
> Keep directory contrib
> Contrib is not compiled or installed by default
> Contrib in 8.3 would be:
> start-scripts
> pgbench (which I think really should be a foundry project)
> vacuumlo (is this even required anymore?)
> adminpack
> btree_gist
> etc...
> Requirements for /contrib
> Must go through normal vetting process on -hackers
> Must includes README
> Must include test cases? Same questions for modules
>
>
> Thoughts, flames?
>
> Sincerely,
>
> Joshua D. Drake
>
>
>
>
>
>
> --
>
> === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
> Providing the most comprehensive PostgreSQL solutions since 1997
> http://www.commandprompt.com/
>
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> PostgreSQL Replication: http://www.commandprompt.com/products/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-20 21:00:46 Re: [pgsql-patches] [HACKERS] less privileged pl install
Previous Message Jonah H. Harris 2007-02-20 20:04:16 Re: New feature request: FlashBack Query