]> granicus.if.org Git - postgis/commitdiff
Drop all type-support functions
authorSandro Santilli <strk@kbt.io>
Tue, 11 Sep 2018 09:18:53 +0000 (09:18 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 11 Sep 2018 09:18:53 +0000 (09:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16735 b70326c6-7e19-0410-871a-916f4a2858ee

utils/create_undef.pl

index c7b71ff9d133e50f5034523f5b4b121cfddeb697..712d4e85a681ceb9ce50289ba6541fd0514f20c0 100755 (executable)
@@ -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