Re: Extensions, this time with a patch - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: Extensions, this time with a patch
Date
Msg-id AANLkTi=hE_ccEb6c6MVBKW4bo5K8=PNxqSu8u13BvXFC@mail.gmail.com
Whole thread Raw
In response to Re: Extensions, this time with a patch  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
Sorry. I missed v5 patch and other new ones.
Some of the issues might have been already fixed in the new version.

On Wed, Oct 20, 2010 at 12:19 PM, Itagaki Takahiro
<itagaki.takahiro@gmail.com> wrote:
> On Tue, Oct 19, 2010 at 9:33 PM, Dimitri Fontaine
>> Fixed in v4, attached.
>
> ==== Source code ====
> * It still has a warning.
> * It has duplicated oids.
>
> ==== Tests for each contrib module ====
> * Some modules dumps noisy NOTICE or WARNING messages.
> * Modules that should be added to shared_preload_libraries.
> * Modules that only have *.sql, but not *.sql.in.
> * Hyphen (-) in module name
> * xml2 module has a different extension name from the directory name.
> * spi module has multiple *.so, but only one *.control.
>
> ==== CREATE EXTENSION command ====
> * Environment could be modified by the installer script.
> * Non-ASCII characters in script

-- 
Itagaki Takahiro


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Extensions, this time with a patch
Next
From: Greg Smith
Date:
Subject: Re: max_wal_senders must die