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.
- Bug 214 - Add slonikconfdump.sh back into tools
+- Fixed slonik memory corruption when it tries to get the last known
+ event_id from a node that doesn't yet have slony installed.
+
* 2.1.0 (beta 2)
- Bug #204 - Upgrade from 2.0.x fails under PostgreSQL 8.3
/**
* warning?
*/
+ (*events)[node_idx]=-1;
continue;
}
rc = slonik_is_slony_installed(stmt,activeAdmInfo);