Wed Jul 10 10:26:12 PDT 2013
- Previous message: [Slony1-commit] Slony-I-commit Save the return code for the next iteration
- Next message: [Slony1-commit] Slony-I-commit Documentation fixes for EXECUTE SCRIPT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ensure that the transactions are closed as part of the FAILOVER before doing a MOVE SET There were some code paths that could leave a transaction open such that when we later got to a second set or node the LOCK SET could fail. Also remove an unused if condition Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=4214582a07872b2f63c1a4138d9adde4ef04c9b0 Modified Files -------------- src/slonik/slonik.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Save the return code for the next iteration
- Next message: [Slony1-commit] Slony-I-commit Documentation fixes for EXECUTE SCRIPT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list