Page MenuHomeSolus

D13501.id33171.diff
No OneTemporary

D13501.id33171.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -2467,6 +2467,7 @@
plpython3.so:PLyUnicode_Bytes
plpython3.so:PLyUnicode_FromString
plpython3.so:PLyUnicode_FromStringAndSize
+plpython3.so:PLy_commit
plpython3.so:PLy_current_execution_context
plpython3.so:PLy_cursor
plpython3.so:PLy_cursor_init_type
@@ -2499,6 +2500,7 @@
plpython3.so:PLy_procedure_name
plpython3.so:PLy_result_init_type
plpython3.so:PLy_result_new
+plpython3.so:PLy_rollback
plpython3.so:PLy_spi_exceptions
plpython3.so:PLy_spi_execute
plpython3.so:PLy_spi_execute_plan
@@ -3174,6 +3176,7 @@
postgres:EmitWarningsOnPlaceholders
postgres:EnableDisableRule
postgres:EnableDisableTrigger
+postgres:EnableDisableTriggerNew
postgres:EnableHotStandby
postgres:EnablePortalManager
postgres:EnableQueryId
@@ -4243,6 +4246,7 @@
postgres:LCS_asString
postgres:LWLockAcquire
postgres:LWLockAcquireOrWait
+postgres:LWLockAnyHeldByMe
postgres:LWLockConditionalAcquire
postgres:LWLockHeldByMe
postgres:LWLockHeldByMeInMode
@@ -5884,6 +5888,7 @@
postgres:alloc_pool
postgres:allowSystemTableMods
postgres:allow_immediate_pgstat_restart
+postgres:allow_in_place_tablespaces
postgres:am_cascading_walsender
postgres:am_db_walsender
postgres:am_walsender
@@ -6620,6 +6625,7 @@
postgres:checkDomainOwner
postgres:checkExprHasSubLink
postgres:checkInsertTargets
+postgres:checkMembershipInCurrentExtension
postgres:checkNameSpaceConflicts
postgres:checkSharedDependencies
postgres:checkTempNamespaceStatus
@@ -9178,6 +9184,7 @@
postgres:logicalmsg_identify
postgres:logicalmsg_redo
postgres:logicalrep_partition_open
+postgres:logicalrep_partmap_reset_relmap
postgres:logicalrep_read_begin
postgres:logicalrep_read_commit
postgres:logicalrep_read_delete
@@ -10201,6 +10208,7 @@
postgres:pg_md5_binary
postgres:pg_md5_encrypt
postgres:pg_md5_hash
+postgres:pg_mkdir_p
postgres:pg_mode_mask
postgres:pg_mule_mblen
postgres:pg_my_temp_schema
@@ -10814,6 +10822,7 @@
postgres:pushValue
postgres:pvsnprintf
postgres:qsort_arg
+postgres:qsort_interruptible
postgres:query_contains_extern_params
postgres:query_id_enabled
postgres:query_is_distinct_for
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -73,7 +73,6 @@
libc.so.6:free
libc.so.6:freeaddrinfo
libc.so.6:freeifaddrs
-libc.so.6:freelocale
libc.so.6:freopen
libc.so.6:fseek
libc.so.6:fseeko
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,22 +1,26 @@
name : postgresql
-version : '14.4'
-release : 36
+version : '14.5'
+release : 37
homepage : https://www.postgresql.org/
source :
- - https://ftp.postgresql.org/pub/source/v14.4/postgresql-14.4.tar.gz : ebb58a3ac76b910cd7ca103636d19efdc262cab841e9be00705456813d980955
+ - https://ftp.postgresql.org/pub/source/v14.5/postgresql-14.5.tar.gz : 90ead393dbc654cb0075eaaf0ec2058e6b9866ced478fed3cf2b68a5bc04eb24
license :
- PostgreSQL
- TCL
component :
- database
+ - libpq : programming.library
- contrib : database
optimize : speed
summary :
- PostgreSQL is an object-relational database system
+ - libpq : PostgreSQL C client library
- contrib : Extension modules distributed with PostgreSQL
description: |
PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
patterns :
+ - libpq :
+ - /usr/lib64/libpq.so.*
- contrib :
- /usr/lib64/postgresql/_int.so
- /usr/lib64/postgresql/adminpack.so
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,6 +20,9 @@
<Description xml:lang="en">PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
</Description>
<PartOf>database</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="37">postgresql-libpq</Dependency>
+ </RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/clusterdb</Path>
<Path fileType="executable">/usr/bin/createdb</Path>
@@ -62,8 +65,6 @@
<Path fileType="library">/usr/lib64/libecpg_compat.so.3.14</Path>
<Path fileType="library">/usr/lib64/libpgtypes.so.3</Path>
<Path fileType="library">/usr/lib64/libpgtypes.so.3.14</Path>
- <Path fileType="library">/usr/lib64/libpq.so.5</Path>
- <Path fileType="library">/usr/lib64/libpq.so.5.14</Path>
<Path fileType="library">/usr/lib64/postgresql/cyrillic_and_mic.so</Path>
<Path fileType="library">/usr/lib64/postgresql/dict_snowball.so</Path>
<Path fileType="library">/usr/lib64/postgresql/euc2004_sjis2004.so</Path>
@@ -390,7 +391,7 @@
</Description>
<PartOf>database</PartOf>
<RuntimeDependencies>
- <Dependency release="36">postgresql</Dependency>
+ <Dependency release="37">postgresql-libpq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/postgresql/_int.so</Path>
@@ -449,7 +450,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="36">postgresql</Dependency>
+ <Dependency release="37">postgresql</Dependency>
+ <Dependency release="37">postgresql-libpq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/ecpg_config.h</Path>
@@ -1332,13 +1334,24 @@
<Path fileType="data">/usr/lib64/pkgconfig/libpq.pc</Path>
</Files>
</Package>
+ <Package>
+ <Name>postgresql-libpq</Name>
+ <Summary xml:lang="en">PostgreSQL C client library</Summary>
+ <Description xml:lang="en">PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/libpq.so.5</Path>
+ <Path fileType="library">/usr/lib64/libpq.so.5.14</Path>
+ </Files>
+ </Package>
<History>
- <Update release="36">
- <Date>2022-06-22</Date>
- <Version>14.4</Version>
+ <Update release="37">
+ <Date>2022-09-11</Date>
+ <Version>14.5</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 19 2023, 2:00 PM (7 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5805989
Default Alt Text
D13501.id33171.diff (6 KB)

Event Timeline