Re: [BUGS] BUG #2104: pg_xlog/ trace files not reclaimed by server

2005-12-10 Thread Reuben Pasquini
Hi Tom, Unfortunately, I had to rebuild the database pretty quickly to get the app it supports back up, and I wiped out the log files. The postmaster would dump core on startup - so I just wiped the database, and recreated the schema (my app can rebuild its state). I didn't save the core file eit

Re: [BUGS] BUG #2104: pg_xlog/ trace files not reclaimed by server

2005-12-09 Thread Tom Lane
"Reuben Pasquini" <[EMAIL PROTECTED]> writes: > It appears that when my 8.1 database is forced > to generate more than > 2*checkpoint_segments + 1 > trace files under pg_xlog/, that the database > becomes confused and stops recycling the trace files. That's fairly hard to believe, espe

[BUGS] BUG #2104: pg_xlog/ trace files not reclaimed by server

2005-12-09 Thread Reuben Pasquini
The following bug has been logged online: Bug reference: 2104 Logged by: Reuben Pasquini Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: linux redhat-4.1 Description:pg_xlog/ trace files not reclaimed by server Details: Hello! It appears