-
- Downloads
Distinguish XLOG_FPI records generated for hint-bit updates.
Add a new XLOG_FPI_FOR_HINT record type, and use that for full-page images generated for hint bit updates, when checksums are enabled. The new record type is replayed exactly the same as XLOG_FPI, but allows them to be tallied separately e.g. in pg_xlogdump.
Showing
- src/backend/access/rmgrdesc/xlogdesc.c 4 additions, 1 deletionsrc/backend/access/rmgrdesc/xlogdesc.c
- src/backend/access/transam/xlog.c 11 additions, 7 deletionssrc/backend/access/transam/xlog.c
- src/backend/access/transam/xloginsert.c 1 addition, 1 deletionsrc/backend/access/transam/xloginsert.c
- src/backend/replication/logical/decode.c 1 addition, 0 deletionssrc/backend/replication/logical/decode.c
- src/include/catalog/pg_control.h 2 additions, 1 deletionsrc/include/catalog/pg_control.h
Loading
Please register or sign in to comment