No more need for pg_clearxlogtail? - Mailing list pgsql-hackers

From Bruce Momjian
Subject No more need for pg_clearxlogtail?
Date
Msg-id 20130802042015.GA4174@momjian.us
Whole thread Raw
List pgsql-hackers
On Mon, Jul  8, 2013 at 09:16:32AM +0000, Heikki Linnakangas wrote:
> This has one user-visible change: switching to a new WAL segment with
> pg_switch_xlog() now fills the remaining unused portion of the segment with
> zeros. This potentially adds some overhead, but it has been a very common
> practice by DBA's to clear the "tail" of the segment with an external
> pg_clearxlogtail utility anyway, to make the WAL files compress better.
> With this patch, it's no longer necessary to do that.

So this removes the need to add pg_clearxlogtail to contrib?  Great. 
Thanks.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Next
From: Amit Kapila
Date:
Subject: Re: Regarding BGworkers