<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello, <br>i`ve notice some errors like these in my postmaster.log of a slave node behind a pgpool2-3.14.<br>Any ideea what these are ?<br><br><br>ERROR:&nbsp; function pgpool_regclass(unknown) does not exist at character 69<br>HINT:&nbsp; No function matches the given name and argument types. You might need to add explicit type casts.<br>STATEMENT:&nbsp; SELECT count(*) FROM pg_class AS c, pg_namespace AS n WHERE c.oid = pgpool_regclass('pg_namespace') AND c.relnamespace = n.oid AND n.nspname = 'pg_catalog'<br>ERROR:&nbsp; function pgpool_regclass(unknown) does not exist at character 61<br>HINT:&nbsp; No function matches the given name and argument types. You might need to add explicit type casts.<br>STATEMENT:&nbsp; SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('pg_type') AND c.relpersistence = 'u'<br>ERROR:&nbsp; function
 pgpool_regclass(unknown) does not exist at character 61<br>HINT:&nbsp; No function matches the given name and argument types. You might need to add explicit type casts.<br>STATEMENT:&nbsp; SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('pg_namespace') AND c.relpersistence = 'u'<br>ERROR:&nbsp; function pgpool_regclass(unknown) does not exist at character 61<br>HINT:&nbsp; No function matches the given name and argument types. You might need to add explicit type casts.<br>STATEMENT:&nbsp; SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('users') AND c.relpersistence = 'u'<br>ERROR:&nbsp; current transaction is aborted, commands ignored until end of transaction block<br><br>Regards,<br>Adrian Videanu<br></td></tr></table>