[pgpool-general: 965] ERROR: function pgpool_regclass(unknown) does not exist at character 69

Videanu Adrian videanuadrian at yahoo.com
Thu Sep 6 18:58:45 JST 2012


Hello, 
i`ve notice some errors like these in my postmaster.log of a slave node behind a pgpool2-3.14.
Any ideea what these are ?


ERROR:  function pgpool_regclass(unknown) does not exist at character 69
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
STATEMENT:  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'
ERROR:  function pgpool_regclass(unknown) does not exist at character 61
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
STATEMENT:  SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('pg_type') AND c.relpersistence = 'u'
ERROR:  function pgpool_regclass(unknown) does not exist at character 61
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
STATEMENT:  SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('pg_namespace') AND c.relpersistence = 'u'
ERROR:  function pgpool_regclass(unknown) does not exist at character 61
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
STATEMENT:  SELECT count(*) FROM pg_catalog.pg_class AS c WHERE c.oid = pgpool_regclass('users') AND c.relpersistence = 'u'
ERROR:  current transaction is aborted, commands ignored until end of transaction block

Regards,
Adrian Videanu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20120906/ecd67abd/attachment.html>


More information about the pgpool-general mailing list