Update to PostgreSQL-12b4
The PostgreSQL Global Development Group announces that the fourth beta release of PostgreSQL 12 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 12, though some details of the release could change before then. This is likely the final beta release of PostgreSQL 12 before a release candidate is made available. In the spirit of the open source PostgreSQL community, we strongly encourage you to test the new features of PostgreSQL 12 in your database systems to help us eliminate any bugs or other issues that may exist. Upgrading to PostgreSQL 12 Beta 4 To upgrade to PostgreSQL 12 Beta 4 from Beta 3 or an earlier version of PostgreSQL 12, 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: https://www.postgresql.org/docs/12/static/upgrading.html URL: https://wiki.postgresql.org/wiki/PostgreSQL_12_Open_Items#resolved_before_12beta4
This commit is contained in:
parent
e41ba69358
commit
ba6e18ce24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511971
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 12beta3
|
||||
DISTVERSION?= 12beta4
|
||||
# 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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565174257
|
||||
SHA256 (postgresql/postgresql-12beta3.tar.bz2) = e4a4079c75bf049349c70a02f705beecbb8263684ff2d4e13a582a3ff50332aa
|
||||
SIZE (postgresql/postgresql-12beta3.tar.bz2) = 20698785
|
||||
TIMESTAMP = 1568295853
|
||||
SHA256 (postgresql/postgresql-12beta4.tar.bz2) = 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f
|
||||
SIZE (postgresql/postgresql-12beta4.tar.bz2) = 20710205
|
||||
|
@ -1210,6 +1210,11 @@ man/man7/WITH.7.gz
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-12.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-12.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/psql-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/ecpg-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/ecpglib7-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/libpq5-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/pg_config-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/psql-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/ecpg-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/ecpglib7-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_config-12.mo
|
||||
|
@ -883,6 +883,11 @@ lib/libpgcommon.a
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-12.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-12.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/postgres-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/pg_controldata-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/pg_ctl-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_fsync-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_timing-12.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/plpgsql-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/initdb-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_archivecleanup-12.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_basebackup-12.mo
|
||||
|
Loading…
Reference in New Issue
Block a user