Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinJ committed Aug 20, 2023
1 parent 4ea461c commit 0ee75c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/scripts/build-extension-update-files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ sub generate_upgrade_script {

# updating to 3.6+
if ($old_mayor == 2 or $old_minor < 6) {
push @commands, drop_special_case_function("pgr_withpointsksp(text, text, bigint, bigint, integer, boolean, boolean, char, boolean)");
push @commands, drop_special_case_function("pgr_astar(text,anyarray,bigint,boolean,integer,double precision,double precision)");
push @commands, drop_special_case_function("pgr_astar(text,bigint,anyarray,boolean,integer,double precision,double precision)");
push @commands, drop_special_case_function("pgr_astar(text,bigint,bigint,boolean,integer,double precision,double precision)");
Expand Down

0 comments on commit 0ee75c9

Please sign in to comment.