From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Govorun <mike(at)shpion(dot)ru> |
Cc: | Richard Huxton <dev(at)archonet(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Don't removes/recycles WAL files at all |
Date: | 2003-07-31 03:27:21 |
Message-ID: | 27267.1059622041@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Michael Govorun <mike(at)shpion(dot)ru> writes:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>> There's something broken there. Check to see why checkpoint operations
>> are not completing (look in the postmaster log for relevant error
>> messages). Open transactions should not affect this.
> No other errors messages in my log.
Maybe you have a checkpoint process that's just stuck, and is not
getting anything done yet is preventing the postmaster from launching
new checkpoints? Use ps to look for postmaster child processes that
have been around a long time.
I seem to recall a similar report of a stuck checkpoint a few weeks ago
... check the archives.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-07-31 03:40:30 | Re: Don't removes/recycles WAL files at all |
Previous Message | Tom Lane | 2003-07-31 03:05:38 | Re: Postgres Hanging on Inserts |