Skip to content

Commit

Permalink
[sql] Changes to SQL signatures. Support PL/Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas23601 authored and cvvergara committed Sep 14, 2022
1 parent a946fa5 commit 6776b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/pg_controls/vrprouting.control
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ relocatable = true
requires = 'plpgsql'
requires = 'postgis'
requires = 'pgrouting'
requires = 'plpython3u'
3 changes: 3 additions & 0 deletions sql/sigs/vrprouting--0.4.sig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vrp_bin_packing(text,integer,integer)
_vrp_boost_version()
_vrp_build_type()
vrp_compatiblevehiclesraw(text,text,text,text,bigint,double precision,boolean)
Expand All @@ -7,7 +8,9 @@ _vrp_compilation_date()
_vrp_compiler_version()
vrp_full_version()
_vrp_git_hash()
vrp_knapsack(text,integer,integer)
_vrp_lib_version()
vrp_multiple_knapsack(text,integer[],integer)
_vrp_onedepot(text,text,text,integer)
vrp_onedepot(text,text,text,integer)
_vrp_operating_system()
Expand Down

0 comments on commit 6776b1f

Please sign in to comment.