]> granicus.if.org Git - postgresql/commit
Introduce WAL records to log reuse of btree pages, allowing conflict
authorSimon Riggs <simon@2ndQuadrant.com>
Sat, 13 Feb 2010 00:59:58 +0000 (00:59 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Sat, 13 Feb 2010 00:59:58 +0000 (00:59 +0000)
commitfafa374f2d1e04ab265d56cdadb634124364646f
tree8eed47882514a949f2b7ea7b35939a92c15f151c
parent4688869f41ed716a88bb88bf2642e47e27c57e99
Introduce WAL records to log reuse of btree pages, allowing conflict
resolution during Hot Standby. Page reuse interlock requested by Tom.
Analysis and patch by me.
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtxlog.c
src/include/access/nbtree.h