Skip to content

3.1.20

Compare
Choose a tag to compare
@zwyan0 zwyan0 released this 16 Jan 06:52
· 8 commits to master since this release
2d9a225

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 (15, 14, 13, 12, 11, 10).
(Updated on May 22, 2023: RPM packages for RHEL9 are attached)

Change Log

  • Added support for PostgreSQL 15
  • Fixed when function with variadic arguments did not work correctly (#123)
    ・If a function has variadic arguments, postgres may crash when the wrong number of arguments may be passed to postgres.

Japanese

これは3.1系列の最新のリリースとなります。
各バージョンの最新のPostgreSQLバージョン(15, 14, 13, 12, 11, 10)と合わせて利用することを推奨します。
(2023/5/22 更新: RHEL9用のRPMパッケージを添付しました)

変更点

  • PostgreSQL 15に対応しました
  • 関数に可変長引数を使用する場合、正しく動作しない問題を修正しました。(#123)
    ・関数に可変長引数を持っている場合、間違った引数の数をpostgresに引き渡す可能性があり、これにより、postgresがクラッシュすることがあります。