- Update to 15~rc2

* https://www.postgresql.org/about/news/p-2521/
  * Reverting the "optimized order of GROUP BY keys" feature.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql15?expand=0&rev=12
This commit is contained in:
Reinhard Max 2022-10-06 16:14:40 +00:00 committed by Git OBS Bridge
parent a2157955f4
commit e2576399ec
6 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4
size 22415390

View File

@ -1 +0,0 @@
576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4 postgresql-15rc1.tar.bz2

3
postgresql-15rc2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23
size 22420528

View File

@ -0,0 +1 @@
11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23 postgresql-15rc2.tar.bz2

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 6 13:20:57 UTC 2022 - Reinhard Max <max@suse.com>
- Update to 15~rc2
* https://www.postgresql.org/about/news/p-2521/
* Reverting the "optimized order of GROUP BY keys" feature.
-------------------------------------------------------------------
Fri Sep 30 10:43:09 UTC 2022 - Fabian Vogt <fvogt@suse.com>

View File

@ -16,11 +16,11 @@
#
%define pgversion 15~rc1
%define pgversion 15~rc2
%define pgmajor 15
%define pgsuffix %pgmajor
%define buildlibs 1
%define tarversion 15rc1
%define tarversion 15rc2
%define latest_supported_llvm_ver 14
### CUT HERE ###