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 case where pg_bulkload would crash when using MULTI_PROCESS mode and the input file contained malformed record
- Prevented CSVParserRead() from requesting too much memory. Before this update, requesting too much memory could cause an error
Japanese
これは3.1系列の最新のリリースとなります。
このバージョンは、PostgreSQL 9.6をサポートしています。
各バージョンの最新のPostgreSQLバージョン(9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19)と合わせて利用することを推奨します。
変更点
- MULTI_PROCESSモードが有効かつ入力ファイルに不正なレコードが含まれる場合にpg_bulkloadがクラッシュする問題を修正しました。
- CSVParserRead()が大量のメモリを要求しないよう修正しました。以前はこの動作によりエラーが発生することがありました。