From: Ashutosh B. <ash...@en...> - 2013-05-15 04:17:29
|
That's not a correct fix. We should turn off the node count in Explain output. Use EXPLAIN (verbose, num_nodes off, nodes off, costs off) as a general rule. In case of single node reduction tests, we may use num_nodes on, but in that case num_nodes will always be 1, and will not change depending upon cluster configuration. On Wed, May 15, 2013 at 7:56 AM, Koichi Suzuki <koi...@gm...>wrote: > I found the regression failure was due to the change of explain output. > Original expected output uses node count = 3, which is not correct because > regression test is configured with only two datanode. Actual result says > node count = 2 which is correct. > > Attached is a patch for the correction. > > Regards; > ---------- > Koichi Suzuki > > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls > from a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |