Mon May 15 11:30:58 PDT 2017
- Next message: [Slony1-commit] Slony-I-commit Fix issues with FAILOVER
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Explicitly disallow createEvent and data changes in the same transaction. The same transaction should not have both a row in sl_event and log data to sl_log_1 or sl_log_2 with the logTrigger. This is not something slonik would ever do, and the data changes that the logTrigger logs might not get replicated as part of the event processing(ie for many non SYNC events). it is also unclear what order the data should be applied in with respect to the actions of the non-SYNC event. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=9a4a56c39ba2a95592c74a49527bd8fca1da9e7d Modified Files -------------- src/backend/slony1_funcs.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
- Next message: [Slony1-commit] Slony-I-commit Fix issues with FAILOVER
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list