Steve Singer steve at ssinger.info
Sun Jul 30 19:15:07 PDT 2017
I am thinking of releasing slony 2.2.6 later this week or early next week.
Changes are checked into git on the REL_2_2_STABLE branch.

Our version detection code doesn't work with the PG10+ version numbering. I 
wasn't planning on backporting these changes to 2.1 or earlier but someone 
could if they really wanted to.


The following are the changes I am planning on including in 2.2.6

   - slonik_build_env can now accept multiple -schema options on the command 
line
    - Support for PG10. This involved changes to PG version detection
    - Disallow createEvent and data changes in the same transaction.
      This also fixes some issues when the logApply trigger invokes the
      data change trigger by inserting into a table with a trigger that
      in turns inserts into another replicated table.
    - Fix some failover issues when doing a multi-node failover
      with a cascaded node.
    - Bug 341 - suppress log trigger/deny when running in 'local' mode



If I don't hear any objections, or requests for more time to test I work 
through the release process when I have a chance, likely Monday.

Steve



More information about the Slony1-general mailing list