You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Multi version ext/pg partman (#1854)
* feat: pg_partman all major versions
* wip: stage pg_partman multi-version changes
* add tests for pg_partman
* add tests for pg_partman
* add partman to local tests. remove from initial schema
* add hypertable to partman test
* feat: multiversion pg_partman
* update v15 schema
* Add nixos test for pg_partman extension
Run upgrade and pg_regress tests for pg_partman extension in NixOS tests.
* add 5.3.1 version for partman
* fix: remove old pg_partman version and fix pg_regress outputs
* fix(pg_partman): use correct library name for background worker
The pg_partman extension uses a different library name (pg_partman_bgw) than its extension name (pg_partman). This change separates the library name from the extension name to properly handle the background worker library installation and version switching.
* chore: bump again to release
---------
Co-authored-by: Chris Gwilliams <[email protected]>
Co-authored-by: Jean-François Roche <[email protected]>