8000 whitesapce cleanup · parkernilson/supabase-postgres@47d598f · GitHub
[go: up one dir, main page]

Skip to content

Commit 47d598f

Browse files
oliricedarora
authored andcommitted
whitesapce cleanup
1 parent a9162bf commit 47d598f

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,9 @@
418418
createdb -p 5432 -h localhost testing
419419
psql -p 5432 -h localhost -d testing -Xaf ${./nix/tests/prime.sql}
420420
421+
pg_prove -p 5432 -h localhost -d testing ${sqlTests}/*.sql
421422
422-
#pg_prove -p 5432 -h localhost -d testing ${sqlTests}/*.sql
423-
424-
mkdir -p $out/regression_output
423+
mkdir -p $out/regression_output
425424
pg_regress \
426425
--use-existing \
427426
--dbname=testing \

nix/tests/expected/postgis_sql_interface.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ select
55
pg_catalog.pg_get_function_result(p.oid) as return_type
66
from
77
pg_catalog.pg_proc p
8-
join pg_catalog.pg_namespace n
9-
on n.oid = p.pronamespace
10-
join pg_catalog.pg_depend d
11-
on d.objid = p.oid
12-
join pg_catalog.pg_extension e
13-
on e.oid = d.refobjid
8+
join pg_catalog.pg_namespace n
9+
on n.oid = p.pronamespace
10+
join pg_catalog.pg_depend d
11+
on d.objid = p.oid
12+
join pg_catalog.pg_extension e
13+
on e.oid = d.refobjid
1414
where
1515
e.extname = 'postgis' -- replace with your extension name
1616
and n.nspname = 'public'

nix/tests/sql/postgis_sql_interface.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ select
55
pg_catalog.pg_get_function_result(p.oid) as return_type
66
from
77
pg_catalog.pg_proc p
8-
join pg_catalog.pg_namespace n
9-
on n.oid = p.pronamespace
10-
join pg_catalog.pg_depend d
11-
on d.objid = p.oid
12-
join pg_catalog.pg_extension e
13-
on e.oid = d.refobjid
8+
join pg_catalog.pg_namespace n
9+
on n.oid = p.pronamespace
10+
join pg_catalog.pg_depend d
11+
on d.objid = p.oid
12+
join pg_catalog.pg_extension e
13+
on e.oid = d.refobjid
1414
where
1515
e.extname = 'postgis' -- replace with your extension name
1616
and n.nspname = 'public'

0 commit comments

Comments
 (0)
0