]> granicus.if.org Git - postgresql/commit
Augment WAL records for btree delete with GetOldestXmin() to reduce
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 29 Jan 2010 18:39:05 +0000 (18:39 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Fri, 29 Jan 2010 18:39:05 +0000 (18:39 +0000)
commit6d2bc0a6cf5c8d9a3241a0d7afaf5ca8bf1f11ec
treea99f7e3490d28b3546b909796ad76c8b6322cf72
parentd0cfc018233b4cdcab28d460ee0e14dbf87ac4ce
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.
doc/src/sgml/config.sgml
src/backend/access/nbtree/nbtpage.c
src/backend/access/transam/xlog.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/access/xlog.h