Dmitry Koterov dmitry at koterov.ru
Wed Aug 29 08:40:07 PDT 2007
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


More information about the Slony1-general mailing list