Fri May 27 13:25:00 PDT 2011
- Previous message: [Slony1-commit] Slony-I-commit Add slonikconfdump.sh back in. This will need to go int
- Next message: [Slony1-commit] Slony-I-commit Adding in testpkeychange regression test.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fixed memory corruption issue in slonik. If slonik tries to get the last event id from a node that does not yet have slony installed it skips over the element in the return array. This has the effect of returning leaving that element uninitialized. Instead set it to -1. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=cf24ec030c8442b93da9883e617e7db39a2434c3 Modified Files -------------- RELEASE | 3 +++ src/slonik/slonik.c | 1 + 2 files changed, 4 insertions(+), 0 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Add slonikconfdump.sh back in. This will need to go int
- Next message: [Slony1-commit] Slony-I-commit Adding in testpkeychange regression test.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list