SHA256
1
0
forked from pool/postgresql14

- bsc#1200437: Upgrade to 14.4:

* Prevent possible corruption of indexes created or rebuilt with 
    the CONCURRENTLY option.
  * https://www.postgresql.org/docs/release/14.4/
  * https://www.postgresql.org/about/news/p-2470/

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=32
This commit is contained in:
2022-06-17 06:44:37 +00:00
committed by Git OBS Bridge
parent 0a5275e3ae
commit dc8697e41a
6 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 17 06:32:15 UTC 2022 - Reinhard Max <max@suse.com>
- bsc#1200437: Upgrade to 14.4:
* Prevent possible corruption of indexes created or rebuilt with
the CONCURRENTLY option.
* https://www.postgresql.org/docs/release/14.4/
* https://www.postgresql.org/about/news/p-2470/
-------------------------------------------------------------------
Thu May 12 10:33:20 UTC 2022 - Reinhard Max <max@suse.com>