Re: Removing xloginsert_slots? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Removing xloginsert_slots?
Date
Msg-id 20140129132238.GA13164@awork2.anarazel.de
Whole thread Raw
In response to Removing xloginsert_slots?  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Removing xloginsert_slots?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi,

On 2014-01-29 21:59:05 +0900, Michael Paquier wrote:
> The undocumented GUC called xloginsert_slots has been introduced by
> commit 9a20a9b. It is mentioned by the commit that this parameter
> should be removed before the release. Wouldn't it be a good time to
> remove this parameter soon? I imagine that removing it before the beta
> would make sense so now is perhaps too early... Either way, attached
> is a patch doing so...

I'd rather wait till somebody actually has done some benchmarks. I don't
think we're more clueful about it now than back when the patch went
in. And such benchmarking is more likely during beta, so...

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Removing xloginsert_slots?
Next
From: Kohei KaiGai
Date:
Subject: Re: Custom Scan APIs (Re: Custom Plan node)