diff --git a/Makefile b/Makefile index 135eb3a..731fd7c 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ all install uninstall noop clean distclean: check: $(MAKE) -C lib $@ +installcheck: + $(MAKE) -C pgsql $@ + astyle: find . \ -name "*.c" \ diff --git a/pgsql/expected/pointcloud.out b/pgsql/expected/pointcloud.out index 9761eb7..cc9eb48 100644 --- a/pgsql/expected/pointcloud.out +++ b/pgsql/expected/pointcloud.out @@ -2,7 +2,7 @@ CREATE EXTENSION pointcloud; SELECT PC_Version(); pc_version ------------ - 0.1 + 1.0.0 (1 row) INSERT INTO pointcloud_formats (pcid, srid, schema)