Re: The lightbulb just went on...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael J Schout <mschout(at)gkg(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: The lightbulb just went on...
Date: 2000-10-17 16:19:23
Message-ID: 1347.971799563@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael J Schout <mschout(at)gkg(dot)net> writes:
> I think I may have been seeing this problem as well. We were getting
> crashes very often with 7.0.2 during VACUUM's if activity was going
> on to our database during the vacuum (even though the activity was
> light). Our solution in the meantime was to simply disable the
> aplications during a vacuum to avoid any activity during hte vacuum,
> and we have not had a crash on vacuum since that happened. If this
> sounds consistent with the problem you think Alfred is having,

Yes, it sure does.

The patch I have applies atop a previous change in the REL7_0_PATCHES
branch, so what I would recommend is that you pull the current state of
the REL7_0_PATCHES branch from our CVS server, and then you can test
what will shortly become 7.0.3. There are several other critical bug
fixes in there since 7.0.2.

Dunno if you know how to use cvs, but the critical steps are explained
at http://www.postgresql.org/docs/postgres/x28786.htm. Note that the
given recipe will pull current development tip, which is NOT what you
want. In step 3, instead of doing
... co -P pgsql
do
... co -P -r REL7_0_PATCHES pgsql

Then configure and build as usual.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Hoffmann 2000-10-17 16:20:04 question about new fmgr in 7.1 snapshots
Previous Message Bruce Momjian 2000-10-17 16:04:38 Re: pgsql/doc (FAQ_MSWIN INSTALL_MSWIN)