Re: [PATCH] Doc fix for VACUUM FREEZE - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] Doc fix for VACUUM FREEZE
Date
Msg-id CA+TgmoZiPyGGWdUiXohxx6_T9YeuysU_sP0YHOCE7q_=Tyf8LQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Doc fix for VACUUM FREEZE  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Tue, Jan 14, 2014 at 2:39 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> On Fri, Jan 3, 2014 at 9:02 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
>> On 12/17/13, 8:16 PM, Maciek Sakrejda wrote:
>>> (now with patch--sorry about that)
>>
>> This patch doesn't apply.
>
> There are some recent changes around same place which broke this
> patch. Please find the modified patch attached with this mail, I had
> changed order of specifying vacuum_freeze_min_age and
> vacuum_freeze_table_age in Vacuum FREEZE option.
>
> I will mark this patch as Ready For Committer, unless there is
> any other objection for this patch.

Committed with a grammatical correction.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation
Next
From: Robert Haas
Date:
Subject: Re: Add CREATE support to event triggers