Re: fsync and semctl errors with 8.1.5/win32 - Mailing list pgsql-bugs

From Jeremy Haile
Subject Re: fsync and semctl errors with 8.1.5/win32
Date
Msg-id 1164895786.15579.278200205@webmail.messagingengine.com
Whole thread Raw
In response to Re: fsync and semctl errors with 8.1.5/win32  ("Jeremy Haile" <jhaile@fastmail.fm>)
List pgsql-bugs
Last night I received another filesystem-related problem.  Shortly after
this problem occurred, I had a connection hang indefinitely, causing my
software to go down all night.

The log output that occurred shortly before the problem is below.  After
that, there was no log output by PostgreSQL until I came in this morning
and killed the offending process.  Any ideas?  Could the pg_xlog error
below possibly result in a transaction hanging indefinitely?  If so,
would the solution Tom proposed possibly fix the error?

Any update on getting a patched exe for Thomas and I to test?

2006-11-29 20:11:35 ERROR:  tuple concurrently updated
2006-11-29 20:11:35 ERROR:  tuple concurrently updated
2006-11-29 20:11:35 ERROR:  tuple concurrently updated
2006-11-29 20:11:36 LOG:  transaction ID wrap limit is 1090292093,
limited by database "incommDashboard"
2006-11-29 20:11:36 LOG:  transaction ID wrap limit is 1090292093,
limited by database "incommDashboard"
2006-11-29 21:21:38 LOG:  transaction ID wrap limit is 1090522044,
limited by database "incommDashboard"
2006-11-29 21:21:38 LOG:  transaction ID wrap limit is 1090522044,
limited by database "incommDashboard"
2006-11-29 22:22:52 LOG:  transaction ID wrap limit is 1090579373,
limited by database "incommDashboard"
2006-11-29 22:22:52 LOG:  transaction ID wrap limit is 1090579373,
limited by database "incommDashboard"
2006-11-29 23:38:47 LOG:  transaction ID wrap limit is 1090633937,
limited by database "incommDashboard"
2006-11-29 23:38:47 LOG:  transaction ID wrap limit is 1090633937,
limited by database "incommDashboard"
2006-11-29 23:57:52 LOG:  could not rename file
"pg_xlog/00000001000000190000005E" to
"pg_xlog/00000001000000190000007F", continuing to try


On Tue, 28 Nov 2006 17:49:22 -0500, "Jeremy Haile" <jhaile@fastmail.fm>
said:
> I am currently running 8.1.5, but I'm willing to upgrade to whatever
> version, use a patched exe, etc.  Just let me know what I need to do.
>
> On Tue, 28 Nov 2006 23:39:00 +0100, "Thomas H." <me@alternize.com> said:
> > > Perhaps this should be #ifdef WIN32, although there's probably no harm
> > > in doing it on Unixen too.  Can someone test this idea?
> >
> > if magnus/dave could provide me a patched rc1 exe, i could run it in our
> > semi-productive environment for some tests.
> >
> > - thomas
> >
> >
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #2791: Error while commiting
Next
From: "Thomas H."
Date:
Subject: Re: fsync and semctl errors with 8.1.5/win32