| From: | Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com> |
|---|---|
| To: | Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Extensions, this time with a patch |
| Date: | 2010-10-20 04:47:20 |
| Message-ID: | AANLkTi=hE_ccEb6c6MVBKW4bo5K8=PNxqSu8u13BvXFC@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)takahiro(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Smith | 2010-10-20 05:06:31 | Re: max_wal_senders must die |
| Previous Message | Itagaki Takahiro | 2010-10-20 04:32:26 | Re: Extensions, this time with a patch |