-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add --package flag to cargo-pgx Signed-off-by: Ana Hobden <[email protected]> * Preliminary --workspace support in tests Signed-off-by: Ana Hobden <[email protected]> * Better support install Signed-off-by: Ana Hobden <[email protected]> * Partially support --package Signed-off-by: Ana Hobden <[email protected]> * Better --package handling Signed-off-by: Ana Hobden <[email protected]> * Normalize command code a bit Signed-off-by: Ana Hobden <[email protected]>
- Loading branch information
Showing
15 changed files
with
386 additions
and
149 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
## | ||
## This is necessary on the top-level so that we can build the pgx-tests/ package, as a library, as | ||
## part of the top-level Cargo.toml workspace manifest | ||
## | ||
|
||
[build] | ||
# Postgres symbols won't be available until runtime | ||
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"] |
This file contains 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
This file contains 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
Oops, something went wrong.