Re: JDBC: redundant String allocations removed

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: William Webber <william(at)ferengi(dot)live(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: JDBC: redundant String allocations removed
Date: 2000-09-12 05:38:39
Message-ID: 200009120538.BAA15367@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Yes, that was a mistake. It still found your Connection.java and
Driver.java to be reversed, so they were skipped. Seems you are OK with
that? I really am no Java expert and I certainly appreciate your
patches.

> On Tue, Sep 12, 2000 at 01:07:25AM -0400, Bruce Momjian wrote:
> > I can not seem to apply this to the current tree. Maybe Peter got some
> > of it in already. Peter?
>
> In any case, these changes seem to have come in correctly at the
> application of the ALTER TABLE <table> OWNER TO ... patch from Mark
> Holloman (they weren't part of that patch, but came in when that patch
> was applied), at least according to cvsweb, so all should be well.
>
> William
> --
> William Webber william(at)peopleweb(dot)net(dot)au
> Senior Programmer
> PeopleWeb Australia http://www.peopleweb.com
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Mount 2000-09-12 06:53:41 RE: Patch for JDBC driver not returning correct # of re cords deleted
Previous Message Bruce Momjian 2000-09-12 05:22:02 Re: Patch to make postmaster bind to only to localhost.