Fri Aug 4 13:44:26 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Eliminate warnings from scanner.c - Remove disused variable
- Next message: [Slony1-commit] By cbbrowne: Initialize vacuum_action in cleanup thread; resolving -Wall
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
variable signo had a code path where it wasn't assigned; resolving -Wall
messages...
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.c (r1.47 -> r1.48)
-------------- next part --------------
Index: slony1_funcs.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -Lsrc/backend/slony1_funcs.c -Lsrc/backend/slony1_funcs.c -u -w -r1.47 -r1.48
--- src/backend/slony1_funcs.c
+++ src/backend/slony1_funcs.c
@@ -1059,6 +1059,7 @@
}
else
{
+ signo = 0;
elog(ERROR, "Slony-I: unsupported signal");
}
- Previous message: [Slony1-commit] By cbbrowne: Eliminate warnings from scanner.c - Remove disused variable
- Next message: [Slony1-commit] By cbbrowne: Initialize vacuum_action in cleanup thread; resolving -Wall
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list