Version 3.0 - Sep 17 2023
This major release fix several issues related to PostgreSQL v16 port and remove support to PostgreSQL version prior 12. Here is the complete
list of changes.
- Remove support to PostgreSQL prior v12.
- Fix compilation error: static declaration of get_extension_schema follows non-static declaration. Thanks to Devrim Gunduz for the report.
- Remove grouping set in regexp.
- Add -Wno-ignored-attributes to CPPFLAGS to avoid compilation warning on pg_vsnprintf call.
- Replace GetOverrideSearchPath() call by GetSearchPathMatcher() with PG > 16
- Fix debug information print on Windows. Thanks to Lanlan for the patch.
- Replace reg* regexp function with the pg_reg* function. Thanks to Lanlan for the report.
- Fix port to PostgreSQL v16. Thanks to Julien Rouhaud for the patch.