[postgis-tickets] r16735 - Drop all type-support functions
Sandro Santilli
strk at kbt.io
Tue Sep 11 02:18:53 PDT 2018
Author: strk
Date: 2018-09-11 02:18:53 -0700 (Tue, 11 Sep 2018)
New Revision: 16735
Modified:
trunk/utils/create_undef.pl
Log:
Drop all type-support functions
Modified: trunk/utils/create_undef.pl
===================================================================
--- trunk/utils/create_undef.pl 2018-09-11 09:18:48 UTC (rev 16734)
+++ trunk/utils/create_undef.pl 2018-09-11 09:18:53 UTC (rev 16735)
@@ -234,9 +234,7 @@
}
else
{
- if ( $type_funcs{$fn_nm} =~ /(typmod|analyze)/ ) {
- push(@type_funcs, $fn);
- }
+ push(@type_funcs, $fn);
}
}
else
More information about the postgis-tickets
mailing list