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

To support PostgreSQL v15 #131

Merged
merged 18 commits into from
Jan 16, 2023
Merged

To support PostgreSQL v15 #131

merged 18 commits into from
Jan 16, 2023

Conversation

zwyan0
Copy link
Contributor

@zwyan0 zwyan0 commented Jul 21, 2022

To support PostgreSQL v15

  • Change the Function name. RelationOpenSmgr→RelationGetSmgr
  • add nbtsort-15.c
  • add new test to check UNIQUE NULLS DISTINCT
  • update the github workflows version

Copy link
Contributor

@mikecaat mikecaat left a comment

Choose a reason for hiding this comment

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

Thanks!

.github/workflows/build.yml Outdated Show resolved Hide resolved
bin/expected/init_3.out Show resolved Hide resolved
lib/nbtree/nbtsort-15.c Show resolved Hide resolved
lib/nbtree/nbtsort-common.c Outdated Show resolved Hide resolved
lib/pg_btree.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/nbtree/nbtsort-common.c Outdated Show resolved Hide resolved
lib/pg_btree.c Outdated Show resolved Hide resolved
lib/pg_btree.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/nbtree/nbtsort-common.c Outdated Show resolved Hide resolved
lib/nbtree/nbtsort-common.c Outdated Show resolved Hide resolved
lib/pg_btree.c Outdated Show resolved Hide resolved
bin/expected/load_csv_2.out Show resolved Hide resolved
lib/pg_btree.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
lib/pg_strutil.c Outdated Show resolved Hide resolved
・To support UNIQUE [ NULLS [NOT] DISTINCT ] option
・Modified some comments
@mikecaat mikecaat mentioned this pull request Oct 24, 2022
zwyan0 and others added 3 commits December 22, 2022 17:00


%package llvmjit
Requires: postgresql14-server, postgresql14-llvmjit
Copy link
Contributor

Choose a reason for hiding this comment

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

15 is correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, 15 is correct. I will chang the package name.

@zwyan0 zwyan0 merged commit 2d9a225 into ossc-db:master Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants