Forums: general discussion (Thread #46353)

ppc64le環境でのshow_bigmの動作について (2022-08-02 18:22 by dk #90787)

表題の件につきまして質問がございます。

ppc64le環境でmake installcheck-trgmによって動作確認をしたところ、下記の通りregression.diffsが生成されます。
@@ -25,25 +25,25 @@
SELECT show_bigm('木');
show_bigm
---------------
- {"木 "," 木"}
+ {" 木","木 "}
(1 row)

SELECT show_bigm('検索');
show_bigm
--------------------
- {検索,"索 "," 検"}
+ {" 検",検索,"索 "}
(1 row)

SELECT show_bigm('インデックスを作成');
show_bigm
-------------------------------------------------------
- {を作,イン,クス,スを,ック,デッ,ンデ,作成,"成 "," イ"}
+ {" イ",を作,イン,クス,スを,ック,デッ,ンデ,作成,"成 "}
(1 row)

SELECT show_bigm('pg_bigmは検索性能を200%向上させました');
show_bigm
------------------------------------------------------------------------------------------------------------
- {させ,した,せま,"た ",は検,まし,を2,上さ,向上,性能,検索,索性,能を," p",%向,0%,00,20,_b,bi,g_,gm,ig,mは,pg}
+ {" p",%向,0%,00,20,_b,bi,g_,gm,ig,mは,pg,させ,した,せま,"た ",は検,まし,を2,上さ,向上,性>能,検索,索性,能を}
(1 row)

インスタンスは以下のように作成しています。
initdb -D PGDATA -E UTF8 --no-locale

show_bigmの出力順序に差異があるようですが、これは異常なものでしょうか?
不足している設定等がありましたら、ご教示いただければと思います。

Reply to #90787×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login