With Zabbix 2.2.X I'm seeing lots of the following being logged...
ERROR: relation "history_p2014_04_25" already exists
CONTEXT: SQL statement "CREATE TABLE IF NOT EXISTS partitions.history_p2014_04_25 (CHECK ((clock >= '1398380400' AND clock < '1398466800'))) INHERITS (history)"
PL/pgSQL function trg_partition() line 37 at EXECUTE statement
STATEMENT: insert into history (itemid,clock,ns,value) values (67984,1398380404,407074714,1271600.274097);
Do the functions need tweaking?
ERROR: relation "history_p2014_04_25" already exists
CONTEXT: SQL statement "CREATE TABLE IF NOT EXISTS partitions.history_p2014_04_25 (CHECK ((clock >= '1398380400' AND clock < '1398466800'))) INHERITS (history)"
PL/pgSQL function trg_partition() line 37 at EXECUTE statement
STATEMENT: insert into history (itemid,clock,ns,value) values (67984,1398380404,407074714,1271600.274097);
Do the functions need tweaking?


Comment