Commit 0bd624d
committed
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.1 parent e2dc3f5 commit 0bd624d
File tree
5 files changed
+19
-10
lines changed- src
- backend
- access
- rmgrdesc
- transam
- replication/logical
- include/catalog
5 files changed
+19
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8545 | 8545 | | |
8546 | 8546 | | |
8547 | 8547 | | |
8548 | | - | |
| 8548 | + | |
| 8549 | + | |
8549 | 8550 | | |
8550 | 8551 | | |
8551 | 8552 | | |
| |||
8730 | 8731 | | |
8731 | 8732 | | |
8732 | 8733 | | |
8733 | | - | |
| 8734 | + | |
8734 | 8735 | | |
8735 | 8736 | | |
8736 | 8737 | | |
| |||
8739 | 8740 | | |
8740 | 8741 | | |
8741 | 8742 | | |
8742 | | - | |
8743 | | - | |
| 8743 | + | |
| 8744 | + | |
| 8745 | + | |
8744 | 8746 | | |
8745 | | - | |
8746 | | - | |
8747 | | - | |
| 8747 | + | |
| 8748 | + | |
| 8749 | + | |
| 8750 | + | |
| 8751 | + | |
8748 | 8752 | | |
8749 | 8753 | | |
8750 | 8754 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
| 789 | + | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments