-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add 17 beta1 #1244
Conversation
Still need to fix the alpine build. |
69f8de8
to
dbed8f7
Compare
For some reason the man pages aren't generated but the build doesn't fail and then fails trying to install them |
https://salsa.debian.org/postgresql/postgresql/-/commit/58018cc8142a66da166ca56f4bde354c551d90a0 is really benign so there must be something we've missed in the interim 👀 |
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 \ |
There was a problem hiding this comment.
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
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
737f089
to
2375a54
Compare
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
17_stable coming soon ? |
|
REL_17_STABLE has been created yesterday https://github.com/postgres/postgres/tree/REL_17_STABLE |
As soon as they tag a release and publish it to their apt repos, we will add it just like 17 beta2: 9bf5a6d. |
See also https://github.com/postgres/postgres/tags, "Latest Releases" on https://www.postgresql.org/, https://www.postgresql.org/ftp/source/ |
Fixes #1243