Re: streaming result sets: progress

From: Barry Lind <blind(at)xythos(dot)com>
To: Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: streaming result sets: progress
Date: 2002-11-06 02:03:42
Message-ID: 3DC8787E.6040906@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Nic Ferrier wrote:
> So what I'm seeking is guidance: should I submit a large patch with
> all the changes in? (including changes I've made to clean up the call
> path)
>
> Should I first submit patches to clean up the call path? (this is my
> preferred option) and then implement the streamed result sets on top
> of that?
>

I agree that this is the best option. And I agree that there is plenty
of room for this code to be cleaned up.

> Should I make a tar available of the source of my changes?
>

I don't think that is necessary.

> Should I work harder to make my changes fit in with the existing code?
>

No. Spend your time improving the code, don't waste it trying to hack
the existing structure.

I am looking forward to seeing what you have done.

thanks,
--Barry

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Email User 2002-11-06 06:35:10 Query Executor Problem
Previous Message Dave Cramer 2002-11-06 01:59:30 Re: streaming result sets: progress