Marcel Telka
2023-08-06 5eb0d061aeb216953ac76b6ecd989bbaf331b682
shared-macros.mk: set default PG_VERSION to 15

1 files modified
2 ■■■ changed files
make-rules/shared-macros.mk 2 ●●● patch | view | raw | blame | history
make-rules/shared-macros.mk
@@ -880,7 +880,7 @@
# Default DB version should be the newest one we do have so we detect any
# incompatibilities as soon as possible.  Components could override this when
# they are not ready yet to compile with so new version.
PG_VERSION ?=   14
PG_VERSION ?=   15
PG_IMPLEM ?=    postgres
PG_VERNUM =     $(subst .,,$(PG_VERSION))
# For dependencies, including REQUIRED_PACKAGES if needed