Mon May 23 09:10:34 PDT 2005
- Previous message: [Slony1-general] Re: Slony-I error in slave host ...
- Next message: [Slony1-general] slon failure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This patch fixes various issues that crop up compiling with -Wall: - include parser/keywords.h in backend/slony1_funcs.c, to make the declaration of ScanKeywordLookup visible - make write_void_log() return void -- it's return value has never used, and in any case write_void_log() didn't actually return a value - include <sys/wait.h> in slon/slon.c, which is needed to make the declaration of wait(2) visible - add a missing return statement to slonik_repair_config() in slonik/slonik.c - initialize the return value of close_log_archive() properly in slon/remote_worker.c - remove some unused variable declarations - fix `elevel' in slon/configoptions.c:set_config_option() and get_config_option(). get_config_option() did not initialize `elevel', and set_config_option() initialized it incorrectly: find_option() takes a Postgres error level (e.g. WARNING), not a Slony error level (e.g. SLON_WARN). I suggest adding -Wall to the default CFLAGS. (It flags a few more issues I haven't yet fixed.) -Neil -------------- next part -------------- A non-text attachment was scrubbed... Name: slony1_warning_fix-2.patch Type: text/x-patch Size: 7882 bytes Desc: not available Url : http://gborg.postgresql.org/pipermail/slony1-general/attachments/20050523/3fbc67c9/slony1_warning_fix-2.bin
- Previous message: [Slony1-general] Re: Slony-I error in slave host ...
- Next message: [Slony1-general] slon failure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list