Release Notes
English
This is the latest maintenance release for pg_bulkload 3.1.
It is recommended that you use it with the latest PostgreSQL server (9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19).
Change Log
- Fixed a bug in block number calculation in direct write mode. Due to this bug, pg_bulkload calculated wrong checksum in certain cases, especially, when a segment of the relation is about to get full.
Japanese
これは3.1系列の最新のリリースとなります。
このバージョンは、PostgreSQL 9.6をサポートしています。
各バージョンの最新のPostgreSQLバージョン(9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19)と合わせて利用することを推奨します。
変更点
- ダイレクトロードを利用した場合、ブロック番号の計算にバグがありました。このバグのため、リレーションが複数ファイルにまたがる場合などに、checksumが不正な値となることがありました。