Accepting request 1102644 from home:emilianolangella:branches:orafce

- Update to version 4.5.0+git8.b3ad258:
  * Partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.

OBS-URL: https://build.opensuse.org/request/show/1102644
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=36
This commit is contained in:
Emiliano Langella 2023-08-07 07:53:19 +00:00 committed by Git OBS Bridge
parent db609806d1
commit 44462d3cab
6 changed files with 29 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/orafce/orafce.git</param>
<param name="changesrevision">eb5513d25cbf78798b91405040d76c33f4d61cb7</param></service></servicedata>
<param name="changesrevision">b3ad258852b6e5e15e3a516fb0f53accdc4f9d6a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b32720355a5e8c8386d06343c96c3fccd65b9766e8008e80fd87eda682093c5
size 2145292

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Aug 07 07:39:21 UTC 2023 - emiliano.langella@suse.com
- Update to version 4.5.0+git8.b3ad258:
* better comment
* fix issue reported by cppcheck, all tests passed
* test passed except pg 17
* fix
* code cleaning
* formatting
* use condition variable for synchronization of dbms_alert waiting on signal
* formatting
* typo
* prepare for 4.5.0
* detect different identity of pipe after wakeup
* fix issues reported by cppcheck
* decrease timeout as protection against deadlocks
* using ConditionVariables for synchronization dbms_pipe writer and dbms_pipe reader
* fix isses reported by cppcheck
* fix issues reported by cppcheck
-------------------------------------------------------------------
Mon Jul 10 07:03:35 UTC 2023 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.4.0+git0.eb5513d
mtime: 1688452996
commit: eb5513d25cbf78798b91405040d76c33f4d61cb7
version: 4.5.0+git8.b3ad258
mtime: 1691391526
commit: b3ad258852b6e5e15e3a516fb0f53accdc4f9d6a

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.4.0+git0.eb5513d
Version: 4.5.0+git8.b3ad258
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools