Repository: incubator-madlib
Updated Branches:
  refs/heads/master edc9b9f35 -> f5915e4cb


Summary: Minor update in install-check to speed test


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/f5915e4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/f5915e4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/f5915e4c

Branch: refs/heads/master
Commit: f5915e4cbea19001eeaf730ab93e9042476a8a99
Parents: edc9b9f
Author: Rahul Iyer <ri...@apache.org>
Authored: Fri Jun 9 13:59:06 2017 -0700
Committer: Rahul Iyer <ri...@apache.org>
Committed: Fri Jun 9 13:59:06 2017 -0700

----------------------------------------------------------------------
 src/ports/postgres/modules/summary/test/summary.sql_in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/f5915e4c/src/ports/postgres/modules/summary/test/summary.sql_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/summary/test/summary.sql_in 
b/src/ports/postgres/modules/summary/test/summary.sql_in
index fc4b787..bf7c4f4 100644
--- a/src/ports/postgres/modules/summary/test/summary.sql_in
+++ b/src/ports/postgres/modules/summary/test/summary.sql_in
@@ -62,5 +62,5 @@ DROP TABLE IF EXISTS example_data_summary;
 SELECT summary('example_data', 'example_data_summary', NULL, NULL, True, True, 
array[0.1, 0.2, 0.3], 10, False);
 SELECT * from example_data_summary;
 DROP TABLE IF EXISTS example_data_summary;
-SELECT summary('example_data', 'example_data_summary', NULL, NULL, True, True, 
array[0.1, 0.2, 0.3], 10, False, 1);
+SELECT summary('example_data', 'example_data_summary', NULL, NULL, True, True, 
array[0.1, 0.2, 0.3], 10, False, 2);
 SELECT * from example_data_summary;

Reply via email to