databases/postgresql15-server: update to 15beta5

This release contains previews of all features that will be available
when PostgreSQL 15 is made generally available, though some details of
the release can change during the beta period.

To upgrade to PostgreSQL 15 Beta 4 from an earlier beta or previous
version of PostgreSQL, you will need to use a strategy similar to
upgrading between major versions of PostgreSQL (e.g. pg_upgrade or
pg_dump / pg_restore). For more information, please visit the
documentation section on upgrading.

URL:		https://www.postgresql.org/about/news/postgresql-15-beta-4-released-2507/
Release notes:	https://www.postgresql.org/docs/15/release-15.html
This commit is contained in:
Palle Girgensohn 2022-09-08 15:49:56 +02:00
parent 99e56af3be
commit 31290cc355
5 changed files with 29 additions and 31 deletions

View File

@ -1,5 +1,5 @@
PORTNAME?= postgresql
DISTVERSION?= 15beta3
DISTVERSION?= 15beta4
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1659998072
SHA256 (postgresql/postgresql-15beta3.tar.bz2) = 1a6e2a454b6bcdf76aa4e50573d2fa1ea8db2cdfaa3282a7538830bd285b27bf
SIZE (postgresql/postgresql-15beta3.tar.bz2) = 23585136
TIMESTAMP = 1662450854
SHA256 (postgresql/postgresql-15beta4.tar.bz2) = d84d18ef26a64e76f189b7efb05179920eb0e8ae5d68cdbdbbe966305aee4416
SIZE (postgresql/postgresql-15beta4.tar.bz2) = 23517791

View File

@ -619,10 +619,6 @@ include/postgresql/server/regex/regerrs.h
include/postgresql/server/regex/regex.h
include/postgresql/server/regex/regexport.h
include/postgresql/server/regex/regguts.h
include/postgresql/server/replication/backup_manifest.h
include/postgresql/server/replication/basebackup.h
include/postgresql/server/replication/basebackup_sink.h
include/postgresql/server/replication/basebackup_target.h
include/postgresql/server/replication/decode.h
include/postgresql/server/replication/logical.h
include/postgresql/server/replication/logicallauncher.h
@ -1260,6 +1256,7 @@ man/man7/WITH.7.gz
%%NLS%%share/locale/ka/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_amcheck-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_dump-15.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/psql-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo

View File

@ -29,4 +29,3 @@ lib/postgresql/ltree_plpython3.so
%%DATADIR%%/extension/jsonb_plpython3u.control
%%DATADIR%%/extension/ltree_plpython3u--1.0.sql
%%DATADIR%%/extension/ltree_plpython3u.control
@dir lib/postgresql/pgxs/src/pl/plpython

View File

@ -449,7 +449,6 @@ lib/postgresql/utf8_and_win.so
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_jsontable.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_merge.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc
@ -486,17 +485,17 @@ lib/postgresql/utf8_and_win.so
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/backup_manifest.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_copy.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_gzip.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_lz4.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_progress.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_server.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_sink.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_target.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_throttle.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_zstd.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/backup_manifest.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_copy.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_gzip.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_lz4.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_progress.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_server.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_sink.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_target.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_throttle.bc
%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_zstd.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc
@ -797,16 +796,6 @@ lib/postgresql/utf8_and_win.so
%%DATADIR%%/system_constraints.sql
%%DATADIR%%/system_functions.sql
%%DATADIR%%/system_views.sql
%%NLS%%share/locale/ka/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo
@ -899,6 +888,19 @@ lib/postgresql/utf8_and_win.so
%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
%%NLS%%share/locale/ja/LC_MESSAGES/postgres-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_basebackup-15.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_upgrade-15.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/plpgsql-15.mo
%%NLS%%share/locale/ko/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo