- Notifications
You must be signed in to change notification settings - Fork58
Commitc9a31de
committed
[PGPRO-12159] Added pageinspect functions for rum.
This commit adds three functions for low-level explorationof the index's rum pages:1) rum_metapage_info() -- is used to examine the informationposted on the meta page (flags: {meta}).2) rum_page_opaque_info() -- is used to examine informationthat is placed in the opaque area of the index page (anyindex page).3) rum_leaf_data_page_items() -- is used to examine theinformation that is placed on the leaf pages of theposting tree (flags: {leaf, data}).To extract information, all these functions need to passthe index name and the page number.Tags: rum1 parentb6e5430 commitc9a31de
3 files changed
+709
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1724 | 1724 |
| |
1725 | 1725 |
| |
1726 | 1726 |
| |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + |
0 commit comments
Comments
(0)