OSDN Git Service

Remove release note entries about pg_gin_pending_cleanup function.
authorMasaoFujii <masao.fujii@gmail.com>
Thu, 7 Jul 2016 07:23:44 +0000 (16:23 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Thu, 7 Jul 2016 07:23:44 +0000 (16:23 +0900)
Since c91475cfac8541c22f92d0d801e53df847c55350 dropped
pg_gin_pending_cleanup function, its release note entries are not necessary.

html/release-1-2.html
html/release-1-2_en.html

index 3379299..d05cccf 100644 (file)
@@ -28,7 +28,6 @@ ALTER EXTENSION pg_bigm UPDATE TO '1.2';
 
 <h2 id="release_note_2015-XX-YY">バージョン1.2 (2015-MM-DD リリース)</h2>
 <ul>
-<li><p><a href="pg_bigm-1-2.html#pg_gin_pending_cleanup">pg_gin_pending_cleanup</a>関数を追加しました。 (Fujii Masao)</p></li>
 <li>
 <p>性能向上のために<a href="http://www.postgresql.jp/document/current/html/gin-extensibility.html">triConsistent</a>メソッドをサポートしました。 (Fujii Masao)</p>
 <p>triConsistentメソッドにより、特に検索文字列の文字数が多いときの全文検索が高速になります。</p>
index 383db74..7993134 100644 (file)
@@ -28,7 +28,6 @@ ALTER EXTENSION pg_bigm UPDATE TO '1.2';
 
 <h2 id="release_note_2015-XX-YY">Version 1.2 (released on 2015-XX-YY)</h2>
 <ul>
-<li><p>Add <a href="pg_bigm_en-1-2.html#pg_gin_pending_cleanup">pg_gin_pending_cleanup</a> function (Fujii Masao)</p></li>
 <li>
 <p>Support <a href="http://www.postgresql.org/docs/current/static/gin-extensibility.html">triConsistent</a> method for better performance (Fujii Masao)</p>
 <p>The triConsistent method makes the full-text search using pg_bigm much faster especially when a long search phrase is used</p>