Fix for bug 207.
authorSteve Singer <ssinger@ca.afilias.info>
Thu, 12 May 2011 14:49:35 +0000 (10:49 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Thu, 12 May 2011 14:52:17 +0000 (10:52 -0400)
commit6da7398c55ce1e4eeeed4553dd11e9c194377536
tree38f5d5f8db0af0b189f4651dd04dcdf5d6044e22
parentb9f5fc74cf1a0cfc0a3880b6341b1c6885538f7e
Fix for bug 207.

    slony_is_installed() should not rollback when inside of a try
    block.  The transaction can be open and already have done
    actions that should not be rolledback.

    If the caughtup check fails then the return code
    should be propogated up.

    Also replacing constant used in array size(64) with
    a #define.
RELEASE
src/slonik/slonik.c
src/slonik/slonik.h