Skip to content

feat: add pgpm-ltree-helpers to system modules and PGPM_MODULE_MAP#1055

Merged
pyramation merged 1 commit intomainfrom
feat/ltree-helpers
May 5, 2026
Merged

feat: add pgpm-ltree-helpers to system modules and PGPM_MODULE_MAP#1055
pyramation merged 1 commit intomainfrom
feat/ltree-helpers

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Registers the new @pgpm/ltree-helpers module in two places:

  1. pgpm/export/src/export-utils.ts — Added ltree (native extension) and pgpm-ltree-helpers to DB_REQUIRED_EXTENSIONS. This ensures database exports include these as required extensions.

  2. pgpm/core/src/modules/modules.ts — Added 'pgpm-ltree-helpers': '@pgpm/ltree-helpers' to PGPM_MODULE_MAP. This enables pgpm install to resolve the control name to the npm package.

Review & Testing Checklist for Human

  • Verify ltree belongs in DB_REQUIRED_EXTENSIONS (it's already in constructive.control requires but was missing here)
  • Confirm pgpm-ltree-helpers placement in the array ordering is acceptable

Notes

Companion PRs:

  • pgpm-modules #64: upstream module source
  • constructive-db #1007: downstream copy + constructive.control dependency

Link to Devin session: https://app.devin.ai/sessions/ffa3ed8652fc412f976accbdc229c88d
Requested by: @pyramation

- Add ltree and pgpm-ltree-helpers to DB_REQUIRED_EXTENSIONS
- Add pgpm-ltree-helpers to PGPM_MODULE_MAP for install resolution
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit 8760c4b into main May 5, 2026
52 checks passed
@pyramation pyramation deleted the feat/ltree-helpers branch May 5, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant