Skip to content

Commit

Permalink
Drop all type-support functions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@16735 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
strk committed Sep 11, 2018
1 parent e7e7786 commit 4475038
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/create_undef.pl
Expand Up @@ -234,9 +234,7 @@ sub strip_default {
}
else
{
if ( $type_funcs{$fn_nm} =~ /(typmod|analyze)/ ) {
push(@type_funcs, $fn);
}
push(@type_funcs, $fn);
}
}
else
Expand Down

0 comments on commit 4475038

Please sign in to comment.