#+OPTIONS: ^:{}
* Slony-I Release Notes
+*** 2.2.0 b4
+
- Bug 286 :: Support to compile against PG 9.3
- Bug 287 :: Fix UPDATE FUNCTIONS so it works when the old shared library is no longer around
#ifndef SLONY_I_CONFIG_H
#define SLONY_I_CONFIG_H
-#define SLONY_I_VERSION_STRING "2.2.0.b3"
-#define SLONY_I_VERSION_STRING_DEC 2,2,0,b3
-#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b3
+#define SLONY_I_VERSION_STRING "2.2.0.b4"
+#define SLONY_I_VERSION_STRING_DEC 2,2,0,b4
+#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b4
#ifndef PG_VERSION_MAJOR
#define PG_VERSION_MAJOR 0
#include <server/pg_config.h>
-#define SLONY_I_VERSION_STRING "2.2.0.b3"
-#define SLONY_I_VERSION_STRING_DEC 2,2,0,b3
-#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b3
+#define SLONY_I_VERSION_STRING "2.2.0.b4"
+#define SLONY_I_VERSION_STRING_DEC 2,2,0,b4
+#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b4
#if PG_VERSION_NUM >= 90200
#define HAVE_GETACTIVESNAPSHOT 1
# ----------
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.b3`/ | tr -d '\n']))
+ -e 's/\ //g' -e s/\:/`echo 2.2.0.b4`/ | tr -d '\n']))
m4_pattern_allow([^SLON_AC_])
begin
return @NAMESPACE@.slonyVersionMajor()::text || '.' ||
@NAMESPACE@.slonyVersionMinor()::text || '.' ||
- @NAMESPACE@.slonyVersionPatchlevel()::text || '.b3' ;
+ @NAMESPACE@.slonyVersionPatchlevel()::text || '.b4' ;
end;
$$ language plpgsql;
comment on function @NAMESPACE@.slonyVersion() is