SHA256
1
0
forked from pool/postgresql12

- bsc#1195680: Upgrade to 12.10:

* https://www.postgresql.org/docs/12/release-12-10.html
  * Reindexing might be needed after applying this upgrade, so
    please read the release notes carefully.
- boo#1190740: Add constraints file with 12GB of memory for s390x
  as a workaround

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=63
This commit is contained in:
2022-02-10 15:27:35 +00:00
committed by Git OBS Bridge
parent 98305df086
commit 132983986f
7 changed files with 29 additions and 6 deletions

13
_constraints Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">12</size>
</memory>
</hardware>
</overwrite>
</constraints>