Hello!

When I do EXPLAIN or EXPLAIN ANALYZE on the Pgpool-II Server with Parallel
Query Mode and Load Balancing to TRUE, I get the following:

-=-=-=-=-=-=-=-=-=
SQL error:

ERROR:  kind mismatch between backends
HINT:  check data consistency between master and other db node
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

In statement:
EXPLAIN ANALYZE SELECT * FROM salesdtl WHERE branchcode='001' AND
trxdate>='2007-01-01' AND trxdate<='2007-01-31' ORDER BY qtysold DESC
OFFSET 0 LIMIT 10
-=-=-=-=-=-=-=-=-=

Did I miss anything? Is it fixed on version 2.1 stable? I use 2.1rc1.
Anyone please? Thank you. :)

Regards,
Viril Calimlim

_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to