Changeset: 8b2472f31e51 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b2472f31e51
Modified Files:
        sql/test/configurable_rss/Tests/rss.py
Branch: config_rss
Log Message:

Fix typo.


diffs (12 lines):

diff --git a/sql/test/configurable_rss/Tests/rss.py 
b/sql/test/configurable_rss/Tests/rss.py
--- a/sql/test/configurable_rss/Tests/rss.py
+++ b/sql/test/configurable_rss/Tests/rss.py
@@ -8,7 +8,7 @@ class RSSTestConfig:
 
     sql_template = \
 """
-create function test_rss(bound big int)
+create function test_rss(bound bigint)
 returns bigint external name test_config_rss.run_test_config_rss;
 
 select test_rss({gdk_mem_maxsize});
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to