~ubuntu-branches/ubuntu/maverick/slony1/maverick

« back to all changes in this revision

Viewing changes to RELEASE-1.2.7

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2007-09-05 11:01:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905110155-fy18zbv3jn9bnvfg
Tags: 1.2.11-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: RELEASE-1.2.7,v 1.1.2.7 2007-03-06 18:47:45 cbbrowne Exp $
2
 
 
3
 
- Add remote_listen_timeout parameter to slon.conf
4
 
 
5
 
This addresses the problem where a slon times out when accessing
6
 
sl_event if a node has been out of commission for a long time (several
7
 
days)
8
 
 
9
 
- Resolve bug #1623
10
 
 
11
 
In this bug, big "action lists" that need to get compressed could cause
12
 
a logging printf to blow up.  Changed the logging level so that detail
13
 
is only shown at level 4, which won't bite people by default.
14
 
 
15
 
- UNINSTALL NODE failures now show node # in slonik error messages
16
 
 
17
 
If a user ran several UNINSTALL NODE requests in a single slonik
18
 
script, and one of them broke, you'd have no ready way to tell which
19
 
node this failed on.  Added code to report the node # where it failed.
20
 
 
21
 
- Added test to test1 for function generate_sync_event() and make_function_strict
22
 
 
23
 
- Added "v81" files (for slony1_base.v81.sql, slony1_funcs.v81.sql,
24
 
xxid.v81.sql), necessary to support 8.1 "ALTER FUNCTION ... STRICT";
25
 
 
26
 
- Fixed quoting problem in generate_sync_event()
27
 
 
28
 
- Added functionality to UPDATE FUNCTIONS to make xxidin() function
29
 
STRICT; the absence of this caused postmaster to fall over when
30
 
processing MOVE SET event in PG v8.2
31
 
 
32
 
- Added documentation of an issue surrounding NULLABLE columns to the
33
 
log analysis chapter of the admin guide and to the UPGRADING docs.
34
 
 
35
 
- When you run MOVE SET, this populates sl_setsync for the moved set
36
 
  even on nodes that are not subscribed.  If, subsequent to doing this, 
37
 
  you attempt a SUBSCRIBE SET for a formerly-unsubscribed node, the
38
 
  subscription will fail right at the end when the slon tries to insert a
39
 
  new value to sl_setsync.
40
 
 
41
 
  The fix: DELETE from sl_setsync immediately before the INSERT.  This
42
 
  will silently blow away any 'offending' sl_setsync row.
43
 
 
44
 
  (As observed by Afilias staff...)
45
 
 
46
 
- Log shipping fix - storage of sl_setsync_offline call had a wrong
47
 
  printf type; change from %d to %s
 
 
b'\\ No newline at end of file'