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:07:25
Message-ID: 200009120507.BAA13178@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I can not seem to apply this to the current tree. Maybe Peter got some
of it in already. Peter?

---------------------------------------------------------------------------

#$ patch -p0 </bjm/55
patching file `postgresql/Connection.java'
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to postgresql/Connection.java.rej
patching file `postgresql/Driver.java'
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to postgresql/Driver.java.rej
patching file `postgresql/jdbc1/DatabaseMetaData.java'
Hunk #2 FAILED at 179.
Hunk #13 succeeded at 1644 with fuzz 1.
Hunk #14 succeeded at 1755 (offset 16 lines).
Hunk #16 FAILED at 1788.
Hunk #17 succeeded at 1867 (offset 16 lines).
Hunk #19 succeeded at 2099 (offset 16 lines).
Hunk #21 succeeded at 2522 (offset 16 lines).
2 out of 21 hunks FAILED -- saving rejects to postgresql/jdbc1/DatabaseMetaData.java.rej
patching file `postgresql/jdbc2/DatabaseMetaData.java'
Hunk #2 FAILED at 179.
Hunk #13 succeeded at 1644 with fuzz 1.
Hunk #14 succeeded at 1755 (offset 16 lines).
Hunk #16 FAILED at 1788.
Hunk #17 succeeded at 1867 (offset 16 lines).
Hunk #19 succeeded at 2099 (offset 16 lines).
Hunk #21 succeeded at 2522 (offset 16 lines).
2 out of 21 hunks FAILED -- saving rejects to postgresql/jdbc2/DatabaseMetaData.java.rej

> Hi all!
>
> The enclosed patch removes redundant String allocations from the JDBC
> driver. See attached submission report for more details.
>
> William
> --
> William Webber william(at)peopleweb(dot)net(dot)au
> Senior Programmer
> PeopleWeb Australia http://www.peopleweb.com

[ Attachment, skipping... ]

[ Attachment, skipping... ]

--
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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-09-12 05:08:27 Re: Patch to make postmaster bind to only to localhost.
Previous Message Bruce Momjian 2000-09-12 04:59:01 Re: Charset encoding patch to JDBC driver