Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adds PostgreSQL 16.0 Support #7201

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Adds PostgreSQL 16.0 Support #7201

merged 2 commits into from
Sep 15, 2023

Conversation

naisila
Copy link
Member

@naisila naisila commented Sep 13, 2023

The main PG16 support work has been done for 16beta3 #6952
There was some extra work needed for 16rc1 #7173
And this PR yet introduces some extra work needed to 16.0 :)

pgstat_fetch_stat_local_beentry has been renamed to pgstat_get_local_beentry_by_index in PG16.0

Relevant PG commit:
postgres/postgres@8dfa37b 8dfa37b797843a83a5756ea3309055e8953e1a86

citusdata/the-process#150

pgstat_fetch_stat_local_beentry has been renamed to
pgstat_get_local_beentry_by_index in PG16.0

Relevant PG commit:
postgres/postgres@8dfa37b
8dfa37b797843a83a5756ea3309055e8953e1a86
@naisila naisila force-pushed the naisila/pg16_support branch from 9b313a5 to f199f7c Compare September 14, 2023 13:31
@naisila naisila marked this pull request as ready for review September 14, 2023 13:31
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #7201 (3b872fe) into main (7c0b289) will decrease coverage by 1.23%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #7201      +/-   ##
==========================================
- Coverage   93.23%   92.00%   -1.23%     
==========================================
  Files         275      275              
  Lines       59454    59452       -2     
==========================================
- Hits        55431    54698     -733     
- Misses       4023     4754     +731     

@naisila naisila requested a review from onderkalaci September 14, 2023 17:03
@naisila naisila force-pushed the naisila/pg16_support branch from f199f7c to 3b872fe Compare September 15, 2023 08:39
@naisila naisila merged commit 4e46708 into main Sep 15, 2023
@naisila naisila deleted the naisila/pg16_support branch September 15, 2023 09:23
naisila added a commit that referenced this pull request Sep 15, 2023
This commit concludes PG16.0 Support in Citus.

The main PG16 support work has been done for 16beta3
#6952
There was some extra work needed for 16rc1
#7173
And this PR yet introduces some extra work needed to 16.0 :)

`pgstat_fetch_stat_local_beentry` has been renamed to
`pgstat_get_local_beentry_by_index` in PG16.0

Relevant PG commit:
postgres/postgres@8dfa37b
8dfa37b797843a83a5756ea3309055e8953e1a86

Sister PR
citusdata/the-process#150

(cherry picked from commit 4e46708)
francisjodi pushed a commit that referenced this pull request Nov 13, 2023
This commit concludes PG16.0 Support in Citus.

The main PG16 support work has been done for 16beta3
#6952
There was some extra work needed for 16rc1
#7173
And this PR yet introduces some extra work needed to 16.0 :)

`pgstat_fetch_stat_local_beentry` has been renamed to
`pgstat_get_local_beentry_by_index` in PG16.0

Relevant PG commit:
postgres/postgres@8dfa37b
8dfa37b797843a83a5756ea3309055e8953e1a86

Sister PR
citusdata/the-process#150
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants