I'm getting --- 2013-12-17T13:33:18.755355+00:00 db1 rsyslogd: [origin software="rsyslogd" swVersion="7.5.7" x-pid="47697" x-info="http://www.rsyslog.com"] start Assertion failed: (pData->preparedStmt == NULL), function initPgSQL, file ompgsql2.c, line 211. --- with config --- template(name="PGbatched" type="list" option.stdSQL="on") { property(name="timereported" outname="mytimereported" dateFormat="rfc3339" caseConversion="lower") property(name="syslogseverity" outname="mysyslogseverity") property(name="syslogfacility" outname="mysyslogfacility") property(name="hostname" outname="myhostname") property(name="programname" outname="myprogramname") property(name="msg" outname="mymessage") } --- which worked with 7.2.4. Before digging deeply, is this still valid: --- /* tables for interfacing with the v6 config system */ /* action (instance) parameters */ /* name, type, flags (1=required) */ static struct cnfparamdescr actpdescr[] = { { "server", eCmdHdlrGetWord, 0 }, { "port", eCmdHdlrGetWord, 0 }, { "db", eCmdHdlrGetWord, 1 }, { "schema", eCmdHdlrGetWord, 0 }, { "uid", eCmdHdlrGetWord, 0 }, { "pwd", eCmdHdlrGetWord, 0 }, { "template", eCmdHdlrGetWord, 1 }, { "preparedStmt", eCmdHdlrString, 1 }, { "batchSize", eCmdHdlrPositiveInt, 1 }, { "notifyPrefix", eCmdHdlrString, 0 }, { "notifyIndex", eCmdHdlrPositiveInt, 0 } }; --- Because of some other issue, I have to bumb version and am in trouble. Thanks, Axel --- PGP-Key:29E99DD6 ☀ +49 151 2300 9283 ☀ computing @ chaos claudius
_______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

