• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove spurious parens

  1. … 1 more file in changeset.
Handle potential race condition in search observer queue maintenance

In some cases, when e.g. objects are quicky deleted after updates, the

object might be already be deleted when being tried to trigger a

DELETE operation in the search queue. as a consequence, one can sometimes

observer errors like the one below. The new code double-checks now,

if the object for the DELETE operation still exists.

ERROR: insert or update on table "search_observer_queue" violates foreign key constraint "search_observer_queue_object_id_fk"

: DETAIL: Key (object_id)=(497509146) is not present in table "acs_objects".

: CONTEXT: SQL statement "insert into search_observer_queue (

  1. … 4 more files in changeset.
file upgrade-5.10.0d3-5.10.0d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d3-5.10.0d4.sql
  1. … 1 more file in changeset.
add a syndication table which holds xml fragments which can be assembled to create rss feeds

    • -0
    • +3
    ./upgrade-5.2.0d2-5.2.0d3.sql
  1. … 6 more files in changeset.