Add this suggestion to a batch that can be applied as a single commit.
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 is
pgx
v0.4.3. It brings a number of new code-level features, faster compilation, more PostgreSQL header bindings, and other fun stuff!When upgrading, please ensure to run
cargo install cargo-pgx
and to also update your crate dependencies to reference0.4.3
.What's Changed
General Compilation and Bindings
#[pg_guard]
cleanup by @eeeebbbbrrrr in #[pg_guard] cleanup #526pgx-pg-sys
cratecargo-pgx
changes--pgcl
i by @Hoverbear in Support --pgcli #538 (see cargo-pgx docsRUSTFLAGS
to rustc on schema generate by @Hoverbear in Pass RUSTFLAGS to rustc on schema generate #513Source-code Additions
pgx::Timestamp*
types by @jamessewell in + Copy,Clone for pgx::Timestamp* types #509From<Timestamp>
impls by @jamessewell in Add from timestamp from impls #510TimestampWithTimeZone
fromOffsetDateTime
by @einarmo in Get TimestampWithTimeZone from OffsetDateTime #539Misc
New Contributors
Full Changelog: v0.4.2...v0.4.3