WAL oddities (8.0.3) - Mailing list pgsql-hackers

From Rod Taylor
Subject WAL oddities (8.0.3)
Date
Msg-id 1120147843.86404.133.camel@home
Whole thread Raw
Responses Re: WAL oddities (8.0.3)
List pgsql-hackers
First, are WAL files not allowed to end in FF?

I was looking at the logs and it jumps straight from
0000000100000194000000FE to 000000010000019500000000.

Yet other times it seems to end in an F: 0000000100000194000000EF.


Second, we have log archival enabled and the system it was archiving to
was unavailable. Once that system was brought back, everything resumed
appropriately and the files were copied over.

However, now I'm left with a pg_xlog directory that is about 7 GB in
size. All of the files but the most recent has a corresponding
archive_status/$FILE.done file. Will PostgreSQL eventually remove most
of these unnecessary files or am I stuck with them?

-- 



pgsql-hackers by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Moving sequences to another schema
Next
From: Josh Berkus
Date:
Subject: Re: Checkpoint cost, looks like it is WAL/CRC