forked from postgis/postgis
Sandro Santilli
f7db305886
- Report target version when testing upgrades from unpackaged to :auto
- Fix handling all specific-version parameter followed by exclamation mark
- Check availability of unpackaged upgrade file
- Report extension in PASS/FAIL messages
NOTE: this makes dronie really test upgrades via function, which
was NOT really working as of
|
||
---|---|---|
.. | ||
Makefile.in | ||
README | ||
check_all_upgrades.sh | ||
check_cluster_upgrade.sh | ||
check_news.sh | ||
check_tests_enabled.sh | ||
create_extension_unpackage.pl | ||
create_spatial_ref_sys_config_dump.pl | ||
create_undef.pl | ||
create_unpackaged.pl | ||
postgis_proc_upgrade.pl | ||
postgis_restore.pl.in | ||
profile_intersects.pl | ||
read_scripts_version.pl | ||
repo_revision.pl | ||
test_estimation.pl | ||
test_geography_estimation.pl | ||
test_geography_joinestimation.pl | ||
test_joinestimation.pl | ||
uninstall_script |
README
test_estimation.pl test selectivity estimator for the && (overlap) operator postgis_restore.pl restore a spatial database dump to a (possibly updated) new spatial database. postgis_proc_upgrade.pl Create a postgis procedures upgrade script. Will warn if operations is not cleanly possible due to nature of changes in postgis procedures. profile_intersects.pl compares distance()=0 and intersects() timings.