From: Sandro Santilli Date: Tue, 11 Sep 2018 09:18:53 +0000 (+0000) Subject: Drop all type-support functions X-Git-Tag: 3.0.0alpha1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=447503860cc82db223d1487ee07124455c9a5feb;p=postgis Drop all type-support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@16735 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/create_undef.pl b/utils/create_undef.pl index c7b71ff9d..712d4e85a 100755 --- a/utils/create_undef.pl +++ b/utils/create_undef.pl @@ -234,9 +234,7 @@ foreach my $fn (@funcs) } else { - if ( $type_funcs{$fn_nm} =~ /(typmod|analyze)/ ) { - push(@type_funcs, $fn); - } + push(@type_funcs, $fn); } } else