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 pg_operator.h #512

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Conversation

einarmo
Copy link
Contributor

@einarmo einarmo commented Mar 28, 2022

Really just the FormData_pg_operator struct and a few associated methods, which is useful when looking up operators from queries.

I'm noticing that regenerating bindings has a tendency to make a few OS and even user related changes. Not sure if you care about that.

@Hoverbear
Copy link
Contributor

Thanks for this @einarmo !

And yes, it can't be helped, this is why we don't ask contributors to update the bindings anymore and instead it's part of the release step.

It seems you've generated those bindings again though anyways, but it's not a problem since they'll be regenerated.

@Hoverbear Hoverbear merged commit efb3331 into pgcentralfoundation:develop Mar 28, 2022
@einarmo einarmo deleted the add-pg-operator branch March 28, 2022 18:43
eeeebbbbrrrr added a commit that referenced this pull request Mar 30, 2022
* update copyright headers (#511)

* Add pg_operator.h (#512)

* Add include for pg_operator.h

* Regenerate bindings

* Add Copy and Clone to the time_stamp_* types (#509)

* Add from impls for pg_sys -> pgx timestamp* (#510)

* Remove dead --workspace flag on cargo pgx test (#520)

* Pass RUSTFLAGS to rustc on schema generate (#513)

* Prepare 0.4.2 (#522)

* upgrade dependencies

* bump version to v0.4.2

Co-authored-by: Einar <einar.omang@cognite.com>
Co-authored-by: James Sewell <james.sewell@gmail.com>
Co-authored-by: Ana Hobden <operator@hoverbear.org>
@eeeebbbbrrrr eeeebbbbrrrr mentioned this pull request Apr 19, 2022
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.

3 participants