Fri Jan 14 09:09:03 PST 2011
- Previous message: [Slony1-commit] Slony-I-commit Bug 126.
- Next message: [Slony1-commit] Slony-I-commit Bug #185 - fixing names of functions referenced in admin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a6893dbbaa782d7ca4b22ff1cee2b7953a29e89c Modified Files -------------- src/slon/remote_listen.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Bug 126.
- Next message: [Slony1-commit] Slony-I-commit Bug #185 - fixing names of functions referenced in admin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list