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 17 beta1 #1244

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Add 17 beta1 #1244

merged 2 commits into from
Jun 3, 2024

Conversation

LaurentGoderre
Copy link
Member

Fixes #1243

@LaurentGoderre
Copy link
Member Author

Still need to fix the alpine build.

@LaurentGoderre
Copy link
Member Author

For some reason the man pages aren't generated but the build doesn't fail and then fails trying to install them

@tianon
Copy link
Member

tianon commented May 28, 2024

https://salsa.debian.org/postgresql/postgresql/-/commit/58018cc8142a66da166ca56f4bde354c551d90a0 is really benign so there must be something we've missed in the interim 👀

@tianon
Copy link
Member

tianon commented May 28, 2024

Something in https://salsa.debian.org/postgresql/postgresql/-/compare/16...17 seems more likely 🤔

@@ -98,7 +101,9 @@ RUN set -eux; \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \
--enable-integer-datetimes \
{{ if .major <= 16 then ( -}}
--enable-thread-safety \
Copy link
Member Author

Choose a reason for hiding this comment

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

From the doc, this feature switch to "on by default" and now has a disable flag so this is not needed if version 17

https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-OPTION-DISABLE-THREAD-SAFETY

@LaurentGoderre

This comment was marked as outdated.

@LaurentGoderre

This comment was marked as outdated.

Dockerfile-alpine.template Outdated Show resolved Hide resolved
@yosifkit yosifkit requested a review from tianon May 31, 2024 20:31
@tianon tianon merged commit 29d4a29 into docker-library:master Jun 3, 2024
38 checks passed
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jun 3, 2024
Changes:

- docker-library/postgres@29d4a29: Merge pull request docker-library/postgres#1244 from LaurentGoderre/v17
- docker-library/postgres@3a7be2f: fixup
- docker-library/postgres@41402ac: Add 17 beta1
- docker-library/postgres@1bdb411: Merge pull request docker-library/postgres#1241 from Earlopain/update-actions
@LaurentGoderre LaurentGoderre deleted the v17 branch June 3, 2024 19:54
@davecramer
Copy link

17_stable coming soon ?

@yosifkit
Copy link
Member

yosifkit commented Jul 2, 2024

The next major release of PostgreSQL is planned to be the 17 release. This release is planned for September 2024.

https://www.postgresql.org/developer/roadmap/

@davecramer
Copy link

REL_17_STABLE has been created yesterday https://github.com/postgres/postgres/tree/REL_17_STABLE

@yosifkit
Copy link
Member

yosifkit commented Jul 2, 2024

As soon as they tag a release and publish it to their apt repos, we will add it just like 17 beta2: 9bf5a6d.

@tianon
Copy link
Member

tianon commented Jul 2, 2024

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.

PostgreSQL 17beta1
4 participants