3 Commits

Author SHA1 Message Date
Sven Klemm
1c1b3c856e Cleanup GUC names
Change our GUC names to use enable-prefix for all boolean GUCs
similar to postgres GUC names.

This patch renames disable_optimizations to enable_optimizations and
constraint_aware_append to enable_constraint_aware_append and removes
optimize_non_hypertables.
2020-05-28 18:35:09 +02:00
Matvey Arye
bbe0f70c35 Fix spurious test failures due to rounding
Floats sometimes caused differences in output of least significant
digits. Fix by truncating.
2019-06-12 17:01:55 -04:00
Matvey Arye
2e58866221 Refactor sql_query_results test
Change the test from using the old x_diff method to the new
direct diff method for checking that the results don't differ
in the optimized and unoptimized cases. This cleans up the
golden file so that in case of success the golden files are
nearly empty instead of containing a diff file that must
be checked to ensure that it only has explain (and not tuple)
output. Also combine several test files into query.sql, and
get rid of differences in pg versions.
2019-06-12 17:01:55 -04:00