8000 Release Version 3.0 · darold/pgtt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 3.0

Compare
Choose a tag to compare
@darold darold released this 17 Sep 20:48
· 65 commits to master since this release

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.
0