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

Adds pgrx utility functions #14

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Adds pgrx utility functions #14

merged 5 commits into from
Sep 27, 2024

Conversation

aykut-bozkurt
Copy link
Collaborator

No description provided.

@@ -1,3 +1,6 @@
[target.'cfg(target_os="macos")']
# Postgres symbols won't be available until runtime
rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]

[net]
git-fetch-with-cli = true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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


[[bin]]
name = "pgrx_embed_pg_parquet"
path = "./src/bin/pgrx_embed.rs"

[features]
default = ["pg16"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will add pg17 later

@aykut-bozkurt aykut-bozkurt changed the title Declares cargo dependencies Adds pgrx utility functions Sep 24, 2024
PgTupleDesc,
};

pub(crate) fn collect_valid_attributes(
Copy link
Collaborator

Choose a reason for hiding this comment

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

would be good to add comments,

"valid" has a very specific meaning here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

let me add it when I include docs. I open an issue to track it.

@aykut-bozkurt aykut-bozkurt merged commit ede3625 into crunchy_main Sep 27, 2024
1 check failed
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