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

Add pg16 support #31

Merged
merged 18 commits into from
May 30, 2024
Merged

Add pg16 support #31

merged 18 commits into from
May 30, 2024

Conversation

ChuckHend
Copy link
Member

@ChuckHend ChuckHend commented May 29, 2024

Depends on #30 (clerk-rs update).

Uses git dependency on supabase-wrappers as a potential workaround for supabase/wrappers#252

@ChuckHend
Copy link
Member Author

Might be an issue w/ organization_memberships flow still.

@ChuckHend
Copy link
Member Author

ChuckHend commented May 29, 2024

Might be an issue w/ organization_memberships flow still.

Seems like its just slow (lots of organizations), but I added some logs now. Probably still something missing.

SELECT count(*) from clerk_organization_memberships;
INFO:  clerk_fdw: received total organizations: 500
INFO:  clerk_fdw: received memberships for organization: 100/500
INFO:  clerk_fdw: received memberships for organization: 200/500
INFO:  clerk_fdw: received memberships for organization: 300/500
INFO:  clerk_fdw: received memberships for organization: 400/500
INFO:  clerk_fdw: received memberships for organization: 500/500
INFO:  clerk_fdw: fetching more organizations, offset=500
INFO:  clerk_fdw: received total organizations: 500
INFO:  clerk_fdw: received memberships for organization: 100/500
INFO:  clerk_fdw: received memberships for organization: 200/500
INFO:  clerk_fdw: received memberships for organization: 300/500
INFO:  clerk_fdw: received memberships for organization: 400/500
INFO:  clerk_fdw: received memberships for organization: 500/500
INFO:  clerk_fdw: fetching more organizations, offset=1000
INFO:  clerk_fdw: received total organizations: 500
INFO:  clerk_fdw: received memberships for organization: 100/500
INFO:  clerk_fdw: received memberships for organization: 200/500
INFO:  clerk_fdw: received memberships for organization: 300/500

Base automatically changed from clerk-rs to main May 30, 2024 04:42
@ChuckHend
Copy link
Member Author

closes #16

@ChuckHend ChuckHend marked this pull request as ready for review May 30, 2024 12:34
@Jayko001 Jayko001 merged commit e1739fd into main May 30, 2024
2 checks passed
@Jayko001 Jayko001 deleted the pg16-support branch May 30, 2024 13:15
theory added a commit to tembo-io/orb_fdw that referenced this pull request Jun 20, 2024
Upgrade supabase-wrappers to 0.1.18 (as imported from GitHub) and pgrx
to 0.11.2 (the version that supabase-wrappers depends on) and add a
config for Postgres 16. Update lib.js to fix all errors and warnings,
following the precedent of tembo-io/clerk_fdw#31. Also run `cargo
update` and let it update other stuff.
Jayko001 pushed a commit to tembo-io/orb_fdw that referenced this pull request Jun 25, 2024
Upgrade supabase-wrappers to 0.1.18 (as imported from GitHub) and pgrx
to 0.11.2 (the version that supabase-wrappers depends on) and add a
config for Postgres 16. Update lib.js to fix all errors and warnings,
following the precedent of tembo-io/clerk_fdw#31. Also run `cargo
update` and let it update other stuff.
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