Re: [BUGS] large object seek/write bug

2000-06-15 Thread Ian Grant
> Thank you for the carefully developed test case. The bug is actually > in the backend, not in libpq: ... snip ... > > I believe the attached patch fixes these problems, but I haven't been > able to wring it out very thoroughly because I don't have applications > that do random seeks and writes

[BUGS] Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Bruce Momjian
Is this patch based on the current snapshot? I have applied several unixODBC patches in the past several days that may already fix these problems. > > > Hello, > > This is a report on my attempts to install unixODBC (1.8.9) and postgres > odbc driver on IRIX 6.5.7 64bit using the native comp

[BUGS] Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Thomas Lockhart
> Is this patch based on the current snapshot? I have applied several > unixODBC patches in the past several days that may already fix these > problems. > > This is a report on my attempts to install unixODBC (1.8.9) afaik, unixODBC != psqlODBC, though they have common roots. Is that actually th

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Peter Harvey
The PostgreSQL driver, in unixODBC, is a direct descendent of Byrons driver. I took the driver, made it compile on UNIX again, then added a few fixs to make it work in unixODBC and with StarOffice 5.0. I think other enhancements were made to it since then (about a year ago). The intention was to

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Peter Harvey
Well the driver is derived from the MS Windows driver (Byrons) so it has to adhere to whatever licensing that is there but unixODBC is, in general, LGPL. Peter On Thu, 15 Jun 2000, Lamar Owen wrote: > Peter Harvey wrote: > > > > The PostgreSQL driver, in unixODBC, is a direct descendent of Byr

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driverport to IRIX 6.5.7 64bit

2000-06-15 Thread Bruce Momjian
> Well the driver is derived from the MS Windows driver (Byrons) so it has to > adhere to whatever licensing that is there but unixODBC is, in general, LGPL. > Oh, that is fine. Yes, our ODBC is LGPL, which is fine for us. -- Bruce Momjian| http://www.op.net/~candle

[BUGS] Some problem with inet type on PostgreSQL-7.0

2000-06-15 Thread Vadim Passynkov
Hi All, I have some problem with inet type on PostgreSQL-7.0 (FreeBSD 3.4-STABLE) Table "ipaddresses" Attribute | Type | Modifier --+-+ sysname | text| not null index| integer | not null

[BUGS] Re: [unixODBC-DEV] - info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Nick Gorham
Murad Nayal wrote: > Hello, > > This is a report on my attempts to install unixODBC (1.8.9) and postgres > odbc driver on IRIX 6.5.7 64bit using the native compiler. There are a > number of changes that were necessary to be made on both the > configuration files and source to get it to compile. p

[BUGS] Re: [unixODBC-DEV] - Re: [HACKERS] info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit

2000-06-15 Thread Lamar Owen
Peter Harvey wrote: > > The PostgreSQL driver, in unixODBC, is a direct descendent of Byrons > driver. I took the driver, made it compile on UNIX again, then added a few > fixs to make it work in unixODBC and with StarOffice 5.0. I think other > enhancements were made to it since then (about a y

Re: [BUGS] large object seek/write bug

2000-06-15 Thread Tom Lane
Ian Grant <[EMAIL PROTECTED]> writes: > I just thought that whilst this part of the backend is still fresh in > your mind you might consider implementing lo_truncate (the lo_ analog > of the unix truncate system call.) I'll leave that for someone else (Denis Perchine seems to be interested). Bug