From 0ae95427221da6f6775021b557fcad1caec07c4d Mon Sep 17 00:00:00 2001 From: Steve Singer Date: Tue, 6 Apr 2010 21:18:35 +0000 Subject: [PATCH] Updating release notes --- RELEASE | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 8cbbd2c5..2081b98b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -$Id: RELEASE,v 1.1.2.47 2010-03-31 18:06:49 cbbrowne Exp $ +$Id: RELEASE,v 1.1.2.48 2010-04-06 21:18:35 ssinger Exp $ Release 1.2.21 @@ -8,7 +8,23 @@ Release 1.2.21 - Free objects to eliminate memory leaks -- Bug #55 - cannot use va_args multiple times +- Bug #55 - cannot use va_args multiple times + test case with very large + tuple + +- SPI_getbinval() fix for PostgreSQL 9.0 support + +- Add buffer for pid + +- Change "long long" to "int64" to make things consistent with how PostgreSQL + expresses XIDs. + +-Similarly "%lld" in printf changed to INT64_FORMAT + +- slony1_extract_schema.sh checks Pg version numbers + +- Added tools/slony1_extract_for_upgrade.sh script + + Release 1.2.20