Fri Aug 4 13:49:34 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Initialize vacuum_action in cleanup thread; resolving -Wall
- Next message: [Slony1-commit] By cbbrowne: Changes to address compiler -Wall warnings - Initialize
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix warning about format %s expects type char * instead of Name
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.c (r1.48 -> r1.49)
-------------- next part --------------
Index: slony1_funcs.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lsrc/backend/slony1_funcs.c -Lsrc/backend/slony1_funcs.c -u -w -r1.48 -r1.49
--- src/backend/slony1_funcs.c
+++ src/backend/slony1_funcs.c
@@ -1296,7 +1296,7 @@
SPI_getbinval(SPI_tuptable->vals[0], SPI_tuptable->tupdesc, 1, &isnull));
SPI_freetuptable(SPI_tuptable);
if (cs->localNodeId < 0)
- elog(ERROR, "Slony-I: Node is uninitialized - cluster %s", cluster_name);
+ elog(ERROR, "Slony-I: Node is uninitialized - cluster %s", DatumGetCString(cluster_name));
/*
* Initialize the currentXid to invalid
- Previous message: [Slony1-commit] By cbbrowne: Initialize vacuum_action in cleanup thread; resolving -Wall
- Next message: [Slony1-commit] By cbbrowne: Changes to address compiler -Wall warnings - Initialize
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list