Re: Recent patch to DatabaseMetaData

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter T Mount <peter(at)retep(dot)org(dot)uk>, pgsql-committers(at)postgresql(dot)org
Subject: Re: Recent patch to DatabaseMetaData
Date: 2001-02-13 15:17:25
Message-ID: 982077445.3a8950054cb3e@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Quoting Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>:

> Hard to imagine that caused the problems you reported. I can back it
> out, but it hits a couple of files. Please let me know. Recent logs
> for that file are:

The file that's important is the jdbc/DatabaseMetaData.java file as that's the
one I've been updating recently. I've got to syncronise the jdbc1 files when I
get JDK1.1 back online.

I've already made the modifications to my copy here on that file. Can you
backout just the changes to that one file?

Peter

>
> revision 1.12
> date: 2001/02/09 22:23:47; author: momjian; state: Exp; lines: +4
> -6
> Remove last code that assumed xinv/xinx are large object files.
> ----------------------------
> revision 1.11
> date: 2001/01/24 09:22:01; author: peter; state: Exp; lines: +251
> -251
> Removed the 8k row limit reported by DatabaseMetaData
> ----------------------------
> revision 1.10
> date: 2000/11/25 04:32:12; author: momjian; state: Exp; lines: +8
> -8
> Allow jdbc to return proper server version number
>
> Anders Bengtsson
> ----------------------------
>
>
> --
> 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
>

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-02-13 15:19:46 Re: Recent patch to DatabaseMetaData
Previous Message Bruce Momjian 2001-02-13 14:52:08 Re: Recent patch to DatabaseMetaData