Steve Singer ssinger at ca.afilias.info
Thu Jan 20 06:58:24 PST 2011
SchedStatus is not an integer.
SchedStatus rc is an enum, assigning negative integer values
to it does not do what we want.  Use an int to store int return
values.
(cherry picked from commit a6893dbbaa782d7ca4b22ff1cee2b7953a29e89c)

Branch
------
REL_2_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=c2a06b4b36dc718fb849286de2dedffd4fc427a0

Modified Files
--------------
RELEASE                  |    3 +++
src/slon/remote_listen.c |   16 +++++++++-------
2 files changed, 12 insertions(+), 7 deletions(-)



More information about the Slony1-commit mailing list