> More stuff, not a bug, though (I think). I was playing again with > pgbench and I did this (all though pgpool): > > - Create the database > - Forget to initialise the database with the tables (pgbench -i) > - Attempt to fill in the tables. > - Get this error on the syslog of pgpool. > > Feb 11 12:29:13 pgsql1 pgpool: LOG: pid 26729: > ProcessFrontendResponse: failed to read kind from frontend. frontend > abnormally exited > > I can understand there is an error from the client perspective as I am > trying to, for example. INSERT INTO <a table that does not exist>, but > I would like to know why pgpool2 complains as it should not, IMHO, be > concerned/worried about it. Same as if someone attempted to insert a > record and got a duplicate primary key error. It's not really > pgpool2's problem, is it?
I got different result: $ pgbench -c 10 -t 1000 test3 ERROR: relation "branches" does not exist Am I missing something? -- Tatsuo Ishii SRA OSS, Inc. Japan _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
