Skip to content

Commit

Permalink
Bug #218
Browse files Browse the repository at this point in the history
- As in bug #196, slon/slonik need to acquire locks on sl_config_lock
  as a first action, to avoid race condition

- Remove lock requests for sl_config_lock from stored functions
  • Loading branch information
Christopher Browne committed Jun 10, 2011
1 parent 9bd169a commit 35fbb13
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 261 deletions.
3 changes: 2 additions & 1 deletion RELEASE
Expand Up @@ -5,7 +5,8 @@

- Bug 214 - Add slonikconfdump.sh back into tools

- Bug 218 - obtain a lock on sl_config_lock before calling storePath_int
- Bug 218 - Acquire lock on sl_config_lock in much the same fashion as
with sl_event_lock (bug #196)

- Bug 220 - Fix issue where changing the provider of an existing subscriber
passed parameters in the wrong order to the stored procedure.
Expand Down

0 comments on commit 35fbb13

Please sign in to comment.