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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Date: 2010-01-29 19:04:17
Message-ID: 8189.1264791857@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

sriggs(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2010-01-29 19:10:28 psqlodbc - psqlodbc: take some notes.
Previous Message Simon Riggs 2010-01-29 18:39:05 pgsql: Augment WAL records for btree delete with GetOldestXmin() to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-29 19:14:08 Re: [CFReview] Red-Black Tree
Previous Message Robert Haas 2010-01-29 19:04:01 Re: [CFReview] Red-Black Tree