Wed Jun 8 13:46:55 PDT 2011
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fix for bug 218. In serializable isolation level any table locks should be taken out before the first SQL statement or the effect won't be as expected. Invoking storePath_int() counts as a SQL statement, so we lock the table before. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=9f0ff6c21eb9f7493de01a4bda16f178e97c80aa Modified Files -------------- src/slon/remote_worker.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list