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

Removes pg10 support #830

Merged
merged 7 commits into from
Nov 1, 2022
Merged

Removes pg10 support #830

merged 7 commits into from
Nov 1, 2022

Conversation

BradyBonnette
Copy link
Contributor

No description provided.

@workingjubilee
Copy link
Member

@BradyBonnette Do you think dropping Postgres 11 as well is worth it?

@BradyBonnette
Copy link
Contributor Author

@workingjubilee tbh I am not sure that is my call. I can certainly remove it here in addition to pg10, but I think I'd want to hear from @eeeebbbbrrrr first.

Copy link
Contributor

@syvb syvb left a comment

Choose a reason for hiding this comment

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

@BradyBonnette
Copy link
Contributor Author

@Smittyvb good catch, thanks :) Ill do that right now.

* Removes pgx-pg-sys/include/pg10.h
* Updates cargo pgx README.md
@@ -504,7 +503,7 @@ test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
Stopping Postgres
```

`cargo pgx test [pg10 | pg11 | pg12 | pg13 | pg14 | pg15]` runs your `#[test]` and `#[pg_test]` annotated functions using cargo's test system.
`cargo pgx test pg11 | pg12 | pg13 | pg14 | pg15]` runs your `#[test]` and `#[pg_test]` annotated functions using cargo's test system.
Copy link
Contributor

Choose a reason for hiding this comment

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

missing a character here:

Suggested change
`cargo pgx test pg11 | pg12 | pg13 | pg14 | pg15]` runs your `#[test]` and `#[pg_test]` annotated functions using cargo's test system.
`cargo pgx test [pg11 | pg12 | pg13 | pg14 | pg15]` runs your `#[test]` and `#[pg_test]` annotated functions using cargo's test system.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants