Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs <simon@2ndQuadrant.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +4 −4 |
| src/backend/access/nbtree/nbtxlog.c | modified | +2 −2 |
| src/backend/storage/ipc/standby.c | modified | +3 −3 |
| src/include/storage/standby.h | modified | +5 −2 |