pgsql: Filter recovery conflicts based upon dboid from relfilenode of

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Filter recovery conflicts based upon dboid from relfilenode of
Date: 2010-01-29 17:10:05
Message-ID: 20100129171005.E6BA47541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Filter recovery conflicts based upon dboid from relfilenode of WAL
records for heap and btree. Minor change, mostly API changes to
pass through the required values. This is a simple change though
also provides the refactoring required for further enhancements
to conflict processing using the relOid. Changes only have effect
during Hot Standby.

Modified Files:
--------------
pgsql/src/backend/access/heap:
heapam.c (r1.283 -> r1.284)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c?r1=1.283&r2=1.284)
pgsql/src/backend/access/nbtree:
nbtxlog.c (r1.58 -> r1.59)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtxlog.c?r1=1.58&r2=1.59)
pgsql/src/backend/storage/ipc:
standby.c (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.7&r2=1.8)
pgsql/src/include/storage:
standby.h (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/standby.h?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-01-29 17:44:12 pgsql: Allow psql variables to be interpolated with literal or
Previous Message Michael Meskes 2010-01-29 16:28:13 pgsql: Changed ECPG outofscope handling to always print out statements