forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit610589e
Move logic related to WAL replay of Heap/Heap2 into its own file
This brings more clarity to heapam.c, by cleanly separating all thelogic related to WAL replay and the rest of Heap and Heap2, similarlyto other RMGRs like hash, btree, etc.The header reorganization is also nice in heapam.c, cutting half of theheaders required.Author: Li YongReviewed-by: Sutou Kouhei, Michael PaquierDiscussion:https://postgr.es/m/EFE55E65-D7BD-4C6A-B630-91F43FD0771B@ebay.com1 parent68d93fe commit610589e
File tree
5 files changed
+1366
-1339
lines changed- src
- backend/access/heap
- include/access
5 files changed
+1366
-1339
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
0 commit comments
Comments
(0)