This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update Rust crate pgrx to ~0.12.0 #2
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pgrx-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
918f156
to
e708da9
Compare
This can't be merged until https://github.com/coredb-io/trunk supports prgx version |
e708da9
to
423e6f6
Compare
423e6f6
to
aeeb8b3
Compare
aeeb8b3
to
ad9920c
Compare
ad9920c
to
113e10e
Compare
113e10e
to
00f30fa
Compare
00f30fa
to
9af0dbf
Compare
9af0dbf
to
90cc132
Compare
90cc132
to
1023986
Compare
1023986
to
af5e79e
Compare
af5e79e
to
a0d0abf
Compare
a0d0abf
to
15ad260
Compare
15ad260
to
dbe4864
Compare
dbe4864
to
ac0cb59
Compare
ac0cb59
to
6d06098
Compare
6d06098
to
1010f64
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
2FB6
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~0.9.1
->~0.12.0
Release Notes
pgcentralfoundation/pgrx (pgrx)
v0.12.1
Compare Source
You may be more interested in the release notes for 0.12.0.
What's Changed
pgrx::hooks
without replacement by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1752Full Changelog: pgcentralfoundation/pgrx@v0.12.0...v0.12.1
v0.12.0
Compare Source
Cutting the 0.12.0 release as-is!
You may need to:
pg_sys::EnumName::Type
(only the typedef, not the constants)impl ArgAbi
andimpl BoxRet
for custom typesCode which updates to this version of pgrx is actually sound for the Postgres function ABI, so sorry about the breakages!
What's Changed
get_array_type
in Array IntoDatum by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1353IntoDatum::array_type_oid()
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1356clippy --fix
pgrx libraries by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1366clippy -Awarnings
to CI and fix unsound fn by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1357pg_sys::Datum
(nfc) by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1372#[derive(PostgresType)]
impl its own FromDatum by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1381Oid::from_u32_unchecked
in 0.11.2 by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1426Pg_magic_func
code by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1423MemCx<'mcx>
forList<'mcx, T>
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1342ForeignDataWrapperRelationId
OID definitions by @burmecia in https://github.com/pgcentralfoundation/pgrx/pull/1432RUSTFLAGS
environment variable is set but is empty by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1435develop-v0.11.2
by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1439cargo
version string in the version match check. by @Lokathor in https://github.com/pgcentralfoundation/pgrx/pull/1443Pg_magic_func
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1460pgrx::composite_type!
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1462composite_type!
lifetimes in pgrx-sql-entity-graph by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1463impl Display for pg_sys::Oid
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1469detail
argument and trailing commas inereport!
by @hoodiecollin in https://github.com/pgcentralfoundation/pgrx/pull/1472all
to both config && Cargo .tomls by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1487include/multixact.h
by @rebasedming in https://github.com/pgcentralfoundation/pgrx/pull/1486dirs
withhome
by @the-kenny in https://github.com/pgcentralfoundation/pgrx/pull/1490serde_serialize_array
todo test by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1503pg_cast
for constructing PG casts from Rust functions. by @xwkuang5 in https://github.com/pgcentralfoundation/pgrx/pull/1445is_non_null
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1528format_args!
idents by @nyurik in https://github.com/pgcentralfoundation/pgrx/pull/1531format_args!
idents by @nyurik in https://github.com/pgcentralfoundation/pgrx/pull/1532ManuallyDropUnion
by @NotGyro in https://github.com/pgcentralfoundation/pgrx/pull/1547#[pgrx(..)]
support by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1555ErrorReportable::report()
tounwrap_or_report()
by @NotGyro in https://github.com/pgcentralfoundation/pgrx/pull/1568#[pg_test(expected = "string")]
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1570#[pg_cast]
test from ui to compile-fail by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1576cargo install
on pgrx version mismatch diagnostic by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1579WithTypeIds
its own module by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1575const
s are notfn
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1584RawArray::from_ptr
a simple cast by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1587Interval::is_finite
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1594pg_sql_graph_magic!()
macro. by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1591&
and&mut
infcinfo.rs
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1595*_tree_walker
fn by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1596set_varsize
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1617sigsetjmp()
wrapper by @NotGyro in https://github.com/pgcentralfoundation/pgrx/pull/1621cargo pgrx init
by @jyn514 in https://github.com/pgcentralfoundation/pgrx/pull/1630ExecCopySlotHeapTuple
topg_sys
by @rebasedming in https://github.com/pgcentralfoundation/pgrx/pull/1635CARGO_TARGET_DIR
if available by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1662cargo install
with 1 version by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1659cargo pgrx test --runas
by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1652finfo_tokens
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1673to_entity_graph_tokens
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1676extern_c_wrapper
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1678mod pg_extern
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1679pg_extern/returning.rs
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1681srf_next
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1691srf_next
into component fn by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1692id_matches
in sql-entity-graph by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1705RetAbi
andBoxRet
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1701variadic!
support by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1713node12 which is deprecated
by @hamirmahal in https://github.com/pgcentralfoundation/pgrx/pull/1717#[pg_extern] fn
lifetimes by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1724./sql
directory by @eeeebbbbrrrr in https://github.com/pgcentralfoundation/pgrx/pull/1725ArgAbi
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1731clippy::must_use_candidate
in template by @nyurik in https://github.com/pgcentralfoundation/pgrx/pull/1740UnwindSafe
bound frompgrx_extern_c_guard
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1732super::Item
overcrate::test::Item
in tests by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1767prop_assert!
by @workingjubilee in https://github.com/pgcentralfoundation/pgrx/pull/1777PageGetItem
andPageGetItemId
by @rebasedming in https://github.com/pgcentralfoundation/pgrx/pull/1818New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.