Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PG Implementation #1948

Merged
merged 4 commits into from
Oct 1, 2024
Merged

Update PG Implementation #1948

merged 4 commits into from
Oct 1, 2024

Conversation

hinthornw
Copy link
Contributor

@hinthornw hinthornw commented Oct 1, 2024

LTree supports too small a subset of labels (especially pre-postgres 16) and provides very little benefits over text columns (only improves less common namespace listing operations)

Rewrite to use a regular text column with a btree here.

@@ -16,10 +16,10 @@ test:
EXIT_CODE=$$?; \
make stop-postgres; \
exit $$EXIT_CODE

TEST ?= .
test_watch:
make start-postgres; \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it make sense to test on both versions of postgres (15 and 16)? or is it an overkill?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm - maybe a good idea

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think better for sep PR though

@hinthornw hinthornw enabled auto-merge (squash) October 1, 2024 19:55
@hinthornw hinthornw merged commit 5c3ac5d into main Oct 1, 2024
46 checks passed
@hinthornw hinthornw deleted the wfh/as_text branch October 1, 2024 20:11
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.

2 participants