Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3ab660

Browse files
author
Arseny Kositsyn
committed
[PGPRO-12159] A typo has been fixed.
Tags: rum
1 parentec20040 commitf3ab660

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ RUM (like GIN) on the internal pages of the entry tree packs the downward link a
365365

366366
```SQL
367367
SELECT*FROM rum_leaf_entry_page_items('rum_index',10);
368-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
368+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
369369
-----+---------+------------------+----------+------------------+----------+------------------+--------------------
370370
ay |1 | RUM_CAT_NORM_KEY | (0,16) | t | | f |
371371
ay |1 | RUM_CAT_NORM_KEY | (0,23) | t | | f |

‎expected/rum_debug_funcs.out‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ SELECT * FROM rum_page_opaque_info('test_without_addinfo_idx', 10);
126126
(1 row)
127127

128128
SELECT * FROM rum_leaf_entry_page_items('test_without_addinfo_idx', 10);
129-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
129+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
130130
-----+---------+------------------+----------+------------------+----------+------------------+--------------------
131131
ay | 1 | RUM_CAT_NORM_KEY | (0,16) | t | | f |
132132
ay | 1 | RUM_CAT_NORM_KEY | (0,23) | t | | f |
@@ -4623,7 +4623,7 @@ SELECT * FROM rum_page_opaque_info('test_with_addinfo_idx_false', 28);
46234623
(1 row)
46244624

46254625
SELECT * FROM rum_leaf_entry_page_items('test_with_addinfo_idx_false', 28);
4626-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
4626+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
46274627
-----+---------+------------------+----------+------------------+---------------------------------+------------------+--------------------
46284628
b2 | 1 | RUM_CAT_NORM_KEY | (2,7) | f | Wed May 04 04:21:22.326724 2016 | f |
46294629
b2 | 1 | RUM_CAT_NORM_KEY | (3,3) | f | Wed May 04 22:21:22.326724 2016 | f |
@@ -5720,7 +5720,7 @@ SELECT * FROM rum_page_opaque_info('test_with_addinfo_idx_false', 32);
57205720
(1 row)
57215721

57225722
SELECT * FROM rum_leaf_entry_page_items('test_with_addinfo_idx_false', 32);
5723-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
5723+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
57245724
-----+---------+------------------+----------+------------------+---------------------------------+------------------+--------------------
57255725
br | 1 | RUM_CAT_NORM_KEY | (0,25) | f | Mon May 02 20:21:22.326724 2016 | f |
57265726
br | 1 | RUM_CAT_NORM_KEY | (1,5) | f | Tue May 03 05:21:22.326724 2016 | f |
@@ -6880,7 +6880,7 @@ SELECT * FROM rum_page_opaque_info('test_with_addinfo_idx_true', 27);
68806880
(1 row)
68816881

68826882
SELECT * FROM rum_leaf_entry_page_items('test_with_addinfo_idx_true', 27);
6883-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
6883+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
68846884
-----+---------+------------------+----------+------------------+----------+------------------+--------------------
68856885
b2 | 1 | RUM_CAT_NORM_KEY | (2,7) | f | 57 | f |
68866886
b2 | 1 | RUM_CAT_NORM_KEY | (27,5) | f | 57 | f |
@@ -8076,7 +8076,7 @@ SELECT * FROM rum_page_opaque_info('test_with_weight_idx', 20);
80768076
(1 row)
80778077

80788078
SELECT * FROM rum_leaf_entry_page_items('test_with_weight_idx', 20);
8079-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
8079+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
80808080
--------------+---------+--------------------+----------+------------------+----------+------------------+--------------------
80818081
noth | 1 | RUM_CAT_NORM_KEY | (0,20) | f | 9 | f |
80828082
noth | 1 | RUM_CAT_NORM_KEY | (1,29) | f | 9 | f |

‎expected/rum_debug_funcs_1.out‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ SELECT * FROM rum_page_opaque_info('test_without_addinfo_idx', 10);
124124
(1 row)
125125

126126
SELECT * FROM rum_leaf_entry_page_items('test_without_addinfo_idx', 10);
127-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
127+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
128128
-----+---------+------------------+----------+------------------+----------+------------------+--------------------
129129
b3 | 1 | RUM_CAT_NORM_KEY | (0,12) | t | | f |
130130
b3 | 1 | RUM_CAT_NORM_KEY | (2,17) | t | | f |
@@ -4812,7 +4812,7 @@ SELECT * FROM rum_page_opaque_info('test_with_addinfo_idx_false', 32);
48124812
(1 row)
48134813

48144814
SELECT * FROM rum_leaf_entry_page_items('test_with_addinfo_idx_false', 32);
4815-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
4815+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
48164816
-----+---------+------------------+----------+------------------+---------------------------------+------------------+--------------------
48174817
b8 | 1 | RUM_CAT_NORM_KEY | (0,13) | f | Mon May 02 08:21:22.326724 2016 | f |
48184818
b8 | 1 | RUM_CAT_NORM_KEY | (1,2) | f | Tue May 03 02:21:22.326724 2016 | f |
@@ -6083,7 +6083,7 @@ SELECT * FROM rum_page_opaque_info('test_with_addinfo_idx_true', 27);
60836083
(1 row)
60846084

60856085
SELECT * FROM rum_leaf_entry_page_items('test_with_addinfo_idx_true', 27);
6086-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
6086+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
60876087
-----+---------+------------------+----------+------------------+----------+------------------+--------------------
60886088
b6 | 1 | RUM_CAT_NORM_KEY | (1,14) | f | 43 | f |
60896089
b6 | 1 | RUM_CAT_NORM_KEY | (26,10) | f | 43 | f |
@@ -8893,7 +8893,7 @@ SELECT * FROM rum_page_opaque_info('test_with_weight_idx', 10);
88938893
(1 row)
88948894

88958895
SELECT * FROM rum_leaf_entry_page_items('test_with_weight_idx', 10);
8896-
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_postring_tree |postring_tree_root
8896+
key | attrnum | category | tuple_id | add_info_is_null | add_info |is_posting_tree |posting_tree_root
88978897
--------------+---------+--------------------+----------+------------------+------------+------------------+--------------------
88988898
gather | 1 | RUM_CAT_NORM_KEY | (0,27) | f | 4A,14 | f |
88998899
gather | 1 | RUM_CAT_NORM_KEY | (1,36) | f | 4A,14 | f |

‎rum_init.sql‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@ RETURNS TABLE(
18171817
tuple_id tid,
18181818
add_info_is_null bool,
18191819
add_infovarchar,
1820-
is_postring_tree bool,
1821-
postring_tree_root int4
1820+
is_posting_tree bool,
1821+
posting_tree_root int4
18221822
)
18231823
AS $$
18241824
SELECT*
@@ -1830,8 +1830,8 @@ AS $$
18301830
tuple_id tid,
18311831
add_info_is_null bool,
18321832
add_infovarchar,
1833-
is_postring_tree bool,
1834-
postring_tree_root int4
1833+
is_posting_tree bool,
1834+
posting_tree_root int4
18351835
);
18361836
$$ LANGUAGE sql;
18371837

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp