Skip to content

Conversation

@resamaraschi
Copy link
Contributor

No description provided.

@aykut-bozkurt
Copy link
Member

cargo pgrx init --pg17 $(which pg_config) (you can configure other pg versions too, e.g. cargo pgrx init --pg16 "/usr/bin/postgres/16/bin/pg_config" --pg17 "/usr/bin/postgres/17/bin/pg_config") before cargo pgrx install or cargo pgrx run is required.

--manifest_path and --pg_config should not be required during cargo pgrx install. We might still document cargo pgrx install if all you want is to install the extension without connecting to a session. (cargo pgrx run also installs the extension but additionally initializes a data directory and connects to a session there)

Co-authored-by: aykut-bozkurt <[email protected]>
@codecov
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.84%. Comparing base (5766819) to head (b3e0301).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files          83       83           
  Lines       10494    10494           
=======================================
  Hits         9638     9638           
  Misses        856      856           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aykut-bozkurt aykut-bozkurt merged commit 6ccd41b into CrunchyData:main Mar 13, 2025
6 checks passed
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