Обсуждение: pgsql: Filter recovery conflicts based upon dboid from relfilenode of

Поиск
Список
Период
Сортировка

pgsql: Filter recovery conflicts based upon dboid from relfilenode of

От
sriggs@postgresql.org (Simon Riggs)
Дата:
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)