#+OPTIONS: ^:{}
* Slony-I Release Notes
-
+*** 2.2.0 b3
- Bug #258 :: Fix race condition with MOVE SET where a third node could get updated to the wrong SYNC number
- No bug :: add --with-pgport option to configure and when set to yes let slonik use these functions to determine
providers unless we don't find any provider at all
otherwise.
-** 2.2.0
+** 2.2.0 b2
- Bug #276 :: Fixed detection of duplicate value in sl_nodelock
- Bug #275 :: fix memory leak in monitor thread
- Bug #272 :: Fix memory overwrite in slonik parsing
#ifndef SLONY_I_CONFIG_H
#define SLONY_I_CONFIG_H
-#define SLONY_I_VERSION_STRING "2.2.0.b2"
-#define SLONY_I_VERSION_STRING_DEC 2,2,0,b2
+#define SLONY_I_VERSION_STRING "2.2.0.b3"
+#define SLONY_I_VERSION_STRING_DEC 2,2,0,b3
#ifndef PG_VERSION_MAJOR
#define PG_VERSION_MAJOR 0
# ----------
m4_define([SLONREL_VERSION], esyscmd([echo "$Name: $" | \
sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' \
- -e 's/\ //g' -e s/\:/`echo 2.2.0.b2`/ | tr -d '\n']))
+ -e 's/\ //g' -e s/\:/`echo 2.2.0.b3`/ | tr -d '\n']))
m4_pattern_allow([^SLON_AC_])
begin
return @NAMESPACE@.slonyVersionMajor()::text || '.' ||
@NAMESPACE@.slonyVersionMinor()::text || '.' ||
- @NAMESPACE@.slonyVersionPatchlevel()::text || '.b2' ;
+ @NAMESPACE@.slonyVersionPatchlevel()::text || '.b3' ;
end;
$$ language plpgsql;
comment on function @NAMESPACE@.slonyVersion() is