Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. WAL records of type XLOG_BTREE_REUSE_PAGE were generated using a latestRemovedXid one higher than actually needed because xid used was page opaque->btpo.xact rather than an actually removed xid. Noticed on an otherwise quiet system by Noah Misch.
Noah Misch and Simon Riggs Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e1cd66f74862936d84acf3008118d6094c56ad58 Modified Files -------------- src/backend/access/nbtree/nbtpage.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers