No more need for pg_clearxlogtail?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема No more need for pg_clearxlogtail?
Дата
Msg-id 20130802042015.GA4174@momjian.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Regarding BGworkers