feat: add pgpm-ltree-helpers to system modules and PGPM_MODULE_MAP#1055
Merged
pyramation merged 1 commit intomainfrom May 5, 2026
Merged
feat: add pgpm-ltree-helpers to system modules and PGPM_MODULE_MAP#1055pyramation merged 1 commit intomainfrom
pyramation merged 1 commit intomainfrom
Conversation
- Add ltree and pgpm-ltree-helpers to DB_REQUIRED_EXTENSIONS - Add pgpm-ltree-helpers to PGPM_MODULE_MAP for install resolution
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registers the new
@pgpm/ltree-helpersmodule in two places:pgpm/export/src/export-utils.ts— Addedltree(native extension) andpgpm-ltree-helperstoDB_REQUIRED_EXTENSIONS. This ensures database exports include these as required extensions.pgpm/core/src/modules/modules.ts— Added'pgpm-ltree-helpers': '@pgpm/ltree-helpers'toPGPM_MODULE_MAP. This enablespgpm installto resolve the control name to the npm package.Review & Testing Checklist for Human
ltreebelongs inDB_REQUIRED_EXTENSIONS(it's already inconstructive.controlrequires but was missing here)pgpm-ltree-helpersplacement in the array ordering is acceptableNotes
Companion PRs:
constructive.controldependencyLink to Devin session: https://app.devin.ai/sessions/ffa3ed8652fc412f976accbdc229c88d
Requested by: @pyramation