Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Date
Msg-id 8189.1264791857@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
sriggs@postgresql.org (Simon Riggs) writes:
> Log Message:
> -----------
> Augment WAL records for btree delete with GetOldestXmin() to reduce
> false positives during Hot Standby conflict processing. Simple
> patch to enhance conflict processing, following previous discussions. 
> Controlled by parameter minimize_standby_conflicts = on | off, with
> default off allows measurement of performance impact to see whether
> it should be set on all the time.

WTF?  Simon, this seems to be getting way way beyond anything the
community has agreed to.  Particularly, inventing GUCs is not something
to be doing without consensus.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [CFReview] Red-Black Tree
Next
From: Tom Lane
Date:
Subject: Re: [CFReview] Red-Black Tree