PostgreSQL 8.0.2 Released

RSS Reader便利だなあ、勝手に見つけてきてくれる。
Win32版に関する変更点が多いですが、UNIX版に影響してくるメジャーな点としてはこの二つだろうか。特許がらみで何らかのアルゴリズムが変更になるという話が記憶の片隅に残っていたが、ARC -> 2Qの事でしたか。もちろん、それぞれがどんな意味なのかは分かっていません。:-p


* Increment the major version number of all interface libraries
(Bruce)
This should have been done in 8.0.0. It is required so 7.4.X
versions of PostgreSQL client applications, like psql, can be used
on the same machine as 8.0.X applications. This might require
re-linking user applications that use these libraries.
* New cache management algorithm 2Q replaces ARC (Tom)
This was done to avoid a pending US patent on ARC. The 2Q code
might be a few percentage points slower than ARC for some work
loads. A better cache management algorithm will appear in 8.1.

何も考えずにアップグレードしたくなりますが、作業は今週末くらいまで待とう。人柱報告を見てからでも遅くはありますまい。

元ネタ(2005/5/18追記)

何処で見たのかと思ったら、これでした。