Re: Working toward a JTA 1.0.1 Compliant XADataSource

From: Adam Gray <agray(at)polarislabs(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>, Hannu Krosing <hannu(at)2ndquadrant(dot)com>
Cc: Bryan Varner <bvarner(at)polarislabs(dot)com>, Florent Guillaume <fg(at)nuxeo(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Working toward a JTA 1.0.1 Compliant XADataSource
Date: 2013-03-02 14:30:03
Message-ID: 7E530923E6739A45B90E0D36EB53F88B366D0200@plindyexch02.polarislabs.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

For what it's worth, there isn't any belligerence intended. We're just merely asking in order to determine how much more we have left to do before it can be considered. Reverting the src directory change at this point is rather minor compared to the work that's been put into it so far. There's still a little work to be done chasing down the corner cases, but it's good to have the conversation now so the patch can be in an acceptable form when submitted rather than go through a more extensive revision process after-the-fact.

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Kevin Grittner
Sent: Saturday, March 02, 2013 9:20 AM
To: Dave Cramer; Hannu Krosing
Cc: Bryan Varner; Florent Guillaume; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Working toward a JTA 1.0.1 Compliant XADataSource

Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
> Hannu Krosing <hannu(at)2ndquadrant(dot)com> wrote:
>> Dave Cramer wrote:
>>> Bryan Varner <bvarner(at)polarislabs(dot)com> wrote:

>>>> If the src directory and build changes are going to be an obstacle
>>>> to getting this work accepted upstream, now would be a good time to
>>>> tell me.

>>> Yes, moving everything to src will not work for the project.

>> Could you also tell _why_ it would not work ?

> There's no technical reason as to why it would not work.
>
> The project has used this layout for as long as I can remember.
> If we were to change it for this patch why not change it for every
> patch ?

My opinions, FWIW:

(1)  A change like this should be done as a separate patch, so that it doesn't make it harder to find substantive logical changes to the code.  I recommend that you offer the improvements to XADataSource without the source file relocation, and if you want to convince people to reorganize the directory structure work on that at a different time on a new thread.

(2)  I strongly prefer having a src directory below the top level.

(3)  I don't think anyone is advocating that each patch be allowed to reorganize the directory structure; it's a question of which is the best way to organize it long-term.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2013-03-02 19:56:59 Re: pgsql-jdbc and ident
Previous Message Kevin Grittner 2013-03-02 14:19:55 Re: Working toward a JTA 1.0.1 Compliant XADataSource