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