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 storage related api #1409

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

silver-ymz
Copy link
Contributor

The project I'm working for needs storage APIs to retrieve pending deletion relations. Thank you for your appreciated work.

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
@workingjubilee
Copy link
Member

Thanks!

@workingjubilee workingjubilee merged commit 1b29806 into pgcentralfoundation:develop Nov 28, 2023
8 checks passed
workingjubilee pushed a commit that referenced this pull request Dec 5, 2023
The project I'm working for needs storage APIs to retrieve pending
deletion relations. Thank you for your appreciated work.

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
workingjubilee added a commit that referenced this pull request Dec 5, 2023
pgrx v0.11.2 is a minor release which

- makes available the storage-related API, thanks to @silver-ymz in
#1409
- deprecates the `Oid::from_u32_unchecked` API... because it is actually
possible to do via casting in a *query*, which makes it effectively
impossible for us to not wind up providing it via some other safe API,
since the source is also an easily-Copied type. Thus you can now simply
use `From::from` for it. Thanks to @thomcc for this discovery,
implemented by @workingjubilee in
#1374

As usual, `cargo install cargo-pgrx --version 0.11.2 --locked` and be on
your merry way!

Thanks everyone!
@silver-ymz silver-ymz deleted the develop-2 branch March 7, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants