Changes for v1.0.1:
- Removed the
$libdir/
prefix from themodule_pathname
directive, so that the module can be installed and found in any directory listed indynamic_library_path
. - Supports PostgreSQL 9.1–18.
- The version of the extension itself remains 1.0.0.
- Added notes on using
make install prefix=
and theextension_control_path
anddynamic_library_path
GUCs on PostgreSQL 18.