Wed Aug 29 08:40:07 PDT 2007
- Previous message: [Slony1-general] Re: Bug in slonik SQL parser: comments are not removed properly
- Next message: [Slony1-general] Which is Version of slony-I to use ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello.
Here:
slon_log(SLON_ERROR, "remoteWorkerThread_%d: DDL
preparation failed - set %d - only on node %\n",
node->no_id, ddl_setid, ddl_only_on_node);
Seems your forgot "d" after a "%" at the end: need "%d" -
slon_log(SLON_ERROR, "remoteWorkerThread_%d: DDL
preparation failed - set %d - only on node %d\n",
node->no_id, ddl_setid, ddl_only_on_node);
Please fix it in a new version.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.slony.info/pipermail/slony1-general/attachments/20070829/=
9b068ea5/attachment.htm
- Previous message: [Slony1-general] Re: Bug in slonik SQL parser: comments are not removed properly
- Next message: [Slony1-general] Which is Version of slony-I to use ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list