Skip to content

Commit

Permalink
Squash last 10 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Jan 7, 2025
1 parent d027a90 commit 009c5f7
Show file tree
Hide file tree
Showing 34 changed files with 15,967 additions and 192 deletions.
1 change: 1 addition & 0 deletions GitHubActions/build_postgis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ cd postgis
echo " - PostGIS directory"
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config --with-geosconfig=$GEOS_CONFIG_PATH
#CFLAGS="$CFLAGS -DPROJ_RENAME_SYMBOLS -O2" # Use C++ renaming for different libproj versions for SpatiaLite and PostGIS
make
sudo make install
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GISTEST=nogis
endif

ifndef REGRESS
REGRESS = extra/sqlite_fdw_post types/bitstring types/bool types/float4 types/float8 types/int4 types/int8 types/numeric extra/$(GISTEST) types/macaddr types/macaddr8 types/out_of_range types/timestamp types/uuid extra/join extra/limit extra/aggregates extra/prepare extra/select_having extra/select extra/insert extra/update extra/encodings sqlite_fdw type_$(GISTEST) aggregate selectfunc
REGRESS = extra/sqlite_fdw_post types/bitstring types/bool types/float4 types/float8 types/int4 types/int8 types/numeric types/$(GISTEST) types/macaddr types/macaddr8 types/out_of_range types/timestamp types/uuid extra/join extra/limit extra/aggregates extra/prepare extra/select_having extra/select extra/insert extra/update extra/encodings sqlite_fdw type_$(GISTEST) aggregate selectfunc
endif

REGRESS_OPTS = --encoding=utf8
Expand Down
33 changes: 6 additions & 27 deletions expected/13.15/type_postgis.out
Original file line number Diff line number Diff line change
Expand Up @@ -307,32 +307,7 @@ ALTER FOREIGN TABLE "type_BOOLEAN" DROP COLUMN i;
SELECT * FROM "type_BOOLEAN"; -- OK
b
---
t
f
t
f
t
f
t
t
t
f
f
f
f
f
t
t
t
t
t
t
f
f
f
t

(25 rows)
(0 rows)

-- define INTEGER as TEXT column
--Testcase 67:
Expand Down Expand Up @@ -554,7 +529,7 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

--Testcase 47:
DROP EXTENSION sqlite_fdw CASCADE;
NOTICE: drop cascades to 51 other objects
NOTICE: drop cascades to 55 other objects
DETAIL: drop cascades to server sqlite_svr
drop cascades to foreign table department
drop cascades to foreign table employee
Expand Down Expand Up @@ -584,6 +559,10 @@ drop cascades to foreign table "type_BIT"
drop cascades to foreign table "type_VARBIT"
drop cascades to foreign table "type_UUIDpk"
drop cascades to foreign table "type_UUID"
drop cascades to foreign table "type_MACADDRpk"
drop cascades to foreign table "type_MACADDR"
drop cascades to foreign table "type_MACADDR8pk"
drop cascades to foreign table "type_MACADDR8"
drop cascades to foreign table "types_PostGIS"
drop cascades to foreign table "BitT"
drop cascades to foreign table notype
Expand Down
362 changes: 362 additions & 0 deletions expected/13.15/types/nogis.out

Large diffs are not rendered by default.

1,746 changes: 1,746 additions & 0 deletions expected/13.15/types/postgis.out

Large diffs are not rendered by default.

33 changes: 6 additions & 27 deletions expected/14.12/type_postgis.out
Original file line number Diff line number Diff line change
Expand Up @@ -307,32 +307,7 @@ ALTER FOREIGN TABLE "type_BOOLEAN" DROP COLUMN i;
SELECT * FROM "type_BOOLEAN"; -- OK
b
---
t
f
t
f
t
f
t
t
t
f
f
f
f
f
t
t
t
t
t
t
f
f
f
t

(25 rows)
(0 rows)

-- define INTEGER as TEXT column
--Testcase 67:
Expand Down Expand Up @@ -554,7 +529,7 @@ SELECT * FROM "type_DOUBLE"; -- OK, +- Inf

--Testcase 47:
DROP EXTENSION sqlite_fdw CASCADE;
NOTICE: drop cascades to 51 other objects
NOTICE: drop cascades to 55 other objects
DETAIL: drop cascades to server sqlite_svr
drop cascades to foreign table department
drop cascades to foreign table employee
Expand Down Expand Up @@ -584,6 +559,10 @@ drop cascades to foreign table "type_BIT"
drop cascades to foreign table "type_VARBIT"
drop cascades to foreign table "type_UUIDpk"
drop cascades to foreign table "type_UUID"
drop cascades to foreign table "type_MACADDRpk"
drop cascades to foreign table "type_MACADDR"
drop cascades to foreign table "type_MACADDR8pk"
drop cascades to foreign table "type_MACADDR8"
drop cascades to foreign table "types_PostGIS"
drop cascades to foreign table "BitT"
drop cascades to foreign table notype
Expand Down
362 changes: 362 additions & 0 deletions expected/14.12/types/nogis.out

Large diffs are not rendered by default.

1,746 changes: 1,746 additions & 0 deletions expected/14.12/types/postgis.out

Large diffs are not rendered by default.

Loading

0 comments on commit 009c5f7

Please sign in to comment.