@@ -78,20 +78,36 @@ milestone for 4.0.0
7878
7979 * pgr_dijkstra
8080
81- .. rubric :: Removal of SQL deprecated functions and signatures
81+ .. rubric :: Removal of SQL deprecated functions
8282
83- * pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
84- * pgr_trspviavertices(text,anyarray,boolean,boolean,text)
8583* pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
8684* pgr_trsp(text,integer,integer,boolean,boolean,text)
85+ * pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
86+ * pgr_trspviavertices(text,anyarray,boolean,boolean,text)
87+
88+ .. rubric :: Removal of SQL deprecated internal functions
89+
8790* _pgr_dijkstranear(text,anyarray,anyarray,bigint,boolean)
8891* _pgr_dijkstranear(text,anyarray,bigint,bigint,boolean)
8992* _pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)
9093* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)
94+ * _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
95+ * _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)
9196* _pgr_dijkstra(text,text,boolean,boolean,boolean)
97+ * _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
98+ * _pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
99+ * _pgr_trsp(text,text,anyarray,anyarray,boolean)
100+ * _pgr_trsp(text,text,anyarray,bigint,boolean)
101+ * _pgr_trsp(text,text,bigint,anyarray,boolean)
102+ * _pgr_trsp(text,text,bigint,bigint,boolean)
103+ * _pgr_trspviavertices(text,integer[],boolean,boolean,text)
104+ * _trsp(text,text,anyarray,anyarray,boolean)
105+ * _v4trsp(text,text,anyarray,anyarray,boolean)
106+ * _v4trsp(text,text,text,boolean)
92107
93108.. rubric :: Deprecation of internal C/C++ functions
94109
110+ * _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
95111* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)``
96112* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)``
97113* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)``
0 commit comments