From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com> |
Cc: | SAKAMOTO Masahiko <sakamoto(dot)masahiko(at)oss(dot)ntt(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: patch: SQL/MED(FDW) DDL |
Date: | 2010-09-24 12:05:59 |
Message-ID: | AANLkTikTxNyp6YDi0HcvrZYeoQAY9XT-F_Uun0sFD7jC@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Sep 23, 2010 at 11:26 PM, Itagaki Takahiro
<itagaki(dot)takahiro(at)gmail(dot)com> wrote:
> There are no active discussions :-( I think the author tried his best, so if
> other developers think it's a bad design, alternate plan must be proposed.
>
> Also, if the syntax change is trivial, that's why we merge it at
> earlier commitfests. I saw many patch went into "No patch reviewers
> because of too large size" syndrome before. DDL changes are 5K
> lines of diff -c patch, and "select" part is additional 6K lines.
IMHO, merging a syntax that doesn't actually work leaves the tree in a
broken state. It optimistically presumes that we will later commit a
patch to make the syntax in question do something useful. I don't
wish to presume that, even if we were well along on the design of the
core functionality and especially because we are not. It's fine to
break the patches into separate chunks for review, but our main tree
is not a dumping ground for half-finished features.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-09-24 12:13:54 | Re: patch: SQL/MED(FDW) DDL |
Previous Message | Robert Haas | 2010-09-24 12:01:35 | Re: Name column |