Re: [BUGS] BUG #4598: flaw in hashCode() method implementation of Connection class in postgresql-8.3-604.jdbc3.jar

2009-01-06 Thread Kris Jurka
On Tue, 30 Dec 2008, Radu Buzila wrote: The following bug has been logged online: Bug reference: 4598 driver: postgresql-8.3-604.jdbc3.jar) Description:flaw in hashCode() method implementation of Connection class in postgresql-8.3-604.jdbc3.jar Details: [Pooled connections' has

Re: [BUGS] BUG #4601: Data saving and opening problem

2009-01-06 Thread Joshua Tolley
On Mon, Jan 05, 2009 at 07:25:56AM +, V KUMAR wrote: > we are experiencing the following error intermittenly in saving and opening > the data. > > While saving: > > Database error: Error in saving the FMB MAP(Tippan). An I/O error > occured while sending to the backend. > > >

Re: [BUGS] Status of issue 4593

2009-01-06 Thread Peter Eisentraut
On Tuesday 06 January 2009 02:03:14 Tom Lane wrote: > I don't think there's a bug here, at least not in the sense that it > isn't Operating As Designed.  But it does seem like we could do with > some more/better documentation about exactly how FOR UPDATE works. > The sequence of operations is evide

Re: [BUGS] PANIC: failed to re-find parent key in "100924" for split pages 1606/1673

2009-01-06 Thread val
> > I have a database that refuses to start due to the > afformentioned error. I am running POstgreSQL 8.1.11 on a > Debian Etch box. > > > Jan 5 10:36:29 db2 postgres[17111]: [11-1] PANIC: > failed to re-find parent key in "100924" for split > pages 1606/1673 > > Is this database sufficiently

Re: [BUGS] BUG #4602: child processes inherit database socket

2009-01-06 Thread Tom Lane
"Jasen Betts" writes: > libpq creates sockets to the server without CLOEXEC. Only if you have a very broken build; see fe-connect.c around line 1160 (in CVS HEAD, but the fcntl() has been there for many years). Perhaps what you really meant to say is "for some reason the fcntl call isn't getting

[BUGS] BUG #4602: child processes inherit database socket

2009-01-06 Thread Jasen Betts
The following bug has been logged online: Bug reference: 4602 Logged by: Jasen Betts Email address: ja...@treshna.com PostgreSQL version: 8.3 Operating system: linux Description:child processes inherit database socket Details: libpq creates sockets to the server wit

[BUGS] BUG #4601: Data saving and opening problem

2009-01-06 Thread V KUMAR
The following bug has been logged online: Bug reference: 4601 Logged by: V KUMAR Email address: kum...@nic.in PostgreSQL version: 8.1.4 Operating system: linux Description:Data saving and opening problem Details: we are experiencing the following error intermittenly