Skip to content

Commit 9621367

Browse files
committed
(SQL) Removing deprecated function pgr_analyzeGraph
1 parent 7d04266 commit 9621367

5 files changed

Lines changed: 0 additions & 407 deletions

File tree

sql/common/pgRouting-header.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
5050
--- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5151
---
5252
--- The following functions have MIT-X licence:
53-
--- pgr_analyzeGraph
5453
--- pgr_analizeOneWay
5554

5655
--- This is free software, you can redistribute and/or modify it:

sql/scripts/build-extension-update-files.pl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,6 @@ sub topology {
607607
'pgr_createtopology',
608608
'edge_table,tolerance,the_geom,id,source,target,rows_where,clean',
609609
'"","",the_geom,id,source,target,rows_where,clean');
610-
push @commands, update_pg_proc(
611-
'pgr_analyzegraph',
612-
'edge_table,tolerance,the_geom,id,source,target,rows_where',
613-
'"","",the_geom,id,source,target,rows_where');
614610
push @commands, update_pg_proc(
615611
'pgr_analyzeoneway',
616612
'edge_table,s_in_rules,s_out_rules,t_in_rules,t_out_rules,two_way_if_null,oneway,source,target',

sql/sigs/pgrouting--4.0.sig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
pgr_alphashape(geometry,double precision)
22
_pgr_alphashape(text,double precision)
3-
pgr_analyzegraph(text,double precision,text,text,text,text,text)
43
pgr_analyzeoneway(text,text[],text[],text[],text[],boolean,text,text,text)
54
_pgr_array_reverse(anyarray)
65
_pgr_articulationpoints(text)

sql/topology/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
SET(LOCAL_FILES
33
createtopology.sql
4-
analyzegraph.sql
54
analyzeOneway.sql
65
createverticestable.sql
76
nodeNetwork.sql

0 commit comments

Comments
 (0)