[postgis-tickets] r16720 - Fix typo in comment

Sandro Santilli strk at kbt.io
Thu Sep 6 03:36:47 PDT 2018


Author: strk
Date: 2018-09-06 15:36:47 -0700 (Thu, 06 Sep 2018)
New Revision: 16720

Modified:
   trunk/utils/create_undef.pl
Log:
Fix typo in comment

[ci skip]

Modified: trunk/utils/create_undef.pl
===================================================================
--- trunk/utils/create_undef.pl	2018-09-06 22:21:03 UTC (rev 16719)
+++ trunk/utils/create_undef.pl	2018-09-06 22:36:47 UTC (rev 16720)
@@ -263,10 +263,9 @@
 		JOIN pg_type t ON a.atttypid = t.oid
 		WHERE t.typname = '$type'
 		  AND NOT (
-				-- we exclude coplexes defined as types
+				-- we exclude complexes defined as types
 				-- by our own extension
-				c.relkind = 'c'
-				AND
+				c.relkind = 'c' AND
 				c.relname in ( $quotedtypelist )
 			)
 	LOOP



More information about the postgis-tickets mailing list