Re: Remove vacuum_defer_cleanup_age - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Remove vacuum_defer_cleanup_age
Date
Msg-id 961c72cb-9ed1-7351-6834-2188d0f983c0@agliodbs.com
Whole thread Raw
In response to Remove vacuum_defer_cleanup_age  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 10/18/2016 01:37 PM, Andres Freund wrote:
> Hi,
> 
> On 2016-10-09 21:51:07 -0700, Josh Berkus wrote:
>> Given that hot_standby_feedback is pretty bulletproof now, and a lot of
>> the work in reducing replay conflicts, I think the utility of
>> vacuum_defer_cleanup_age is at an end.  I really meant so submit a patch
>> to remove it to 9.6, but it got away from me.
> 
> HS feedback doesn't e.g. work well with delayed and/or archived replay,
> whereas defer_cleanup does.

Oh, point!  See, that's why I polled, I knew there was something I was
forgetting about.

> On the other hand, removing it would make some of the reasoning around
> GetOldestXmin() a bit easier.

Enough to make it worth breaking the above?

-- 
--
Josh Berkus
Red Hat OSAS
(any opinions are my own)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "make check" and pg_hba.conf
Next
From: Alexander Korotkov
Date:
Subject: Re: Indirect indexes