Accepting request 1225749 from server:database:postgresql
- Upgrade to 16.6: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Fix race conditions associated with dropping shared statistics entries. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/16.6/ OBS-URL: https://build.opensuse.org/request/show/1225749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql16?expand=0&rev=12
This commit is contained in:
commit
33252a232e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0
|
|
||||||
size 24854528
|
|
@ -1 +0,0 @@
|
|||||||
a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0 postgresql-16.5.tar.bz2
|
|
BIN
postgresql-16.6.tar.bz2
(Stored with Git LFS)
Normal file
BIN
postgresql-16.6.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
1
postgresql-16.6.tar.bz2.sha256
Normal file
1
postgresql-16.6.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b postgresql-16.6.tar.bz2
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 14:31:22 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to 16.6:
|
||||||
|
* Repair ABI break for extensions that work with struct
|
||||||
|
ResultRelInfo.
|
||||||
|
* Restore functionality of ALTER {ROLE|DATABASE} SET role.
|
||||||
|
* Fix cases where a logical replication slot's restart_lsn could
|
||||||
|
go backwards.
|
||||||
|
* Avoid deleting still-needed WAL files during pg_rewind.
|
||||||
|
* Fix race conditions associated with dropping shared statistics
|
||||||
|
entries.
|
||||||
|
* Count index scans in contrib/bloom indexes in the statistics
|
||||||
|
views, such as the pg_stat_user_indexes.idx_scan counter.
|
||||||
|
* Fix crash when checking to see if an index's opclass options
|
||||||
|
have changed.
|
||||||
|
* Avoid assertion failure caused by disconnected NFA sub-graphs
|
||||||
|
in regular expression parsing.
|
||||||
|
* https://www.postgresql.org/about/news/p-2965/
|
||||||
|
* https://www.postgresql.org/docs/release/16.6/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 13:56:14 UTC 2024 - Reinhard Max <max@suse.com>
|
Wed Nov 13 13:56:14 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 16.5
|
%define pgversion 16.6
|
||||||
%define pgmajor 16
|
%define pgmajor 16
|
||||||
%define buildlibs 0
|
%define buildlibs 0
|
||||||
%define tarversion %{pgversion}
|
%define tarversion %{pgversion}
|
||||||
|
Loading…
Reference in New Issue
Block a user