- Proposed in version: 2.2.0 - Deprecated signatures in v3.6.0: - `pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)` - `pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)` - Deprecated internal function in v3.6.0: - `_pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)` - Official in version 4.0.0 Tasks: - Remove SQL deprecated signatures and functions - pgtap tests to be done only on existing SQL functions - Deprecated internal C function to legacy
pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)_pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)Tasks: