]> granicus.if.org Git - postgis/commitdiff
Fix typo in comment
authorSandro Santilli <strk@kbt.io>
Thu, 6 Sep 2018 22:36:47 +0000 (22:36 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 6 Sep 2018 22:36:47 +0000 (22:36 +0000)
[ci skip]

git-svn-id: http://svn.osgeo.org/postgis/trunk@16720 b70326c6-7e19-0410-871a-916f4a2858ee

utils/create_undef.pl

index 13d3889896a6424f390cf5feab6d28c1dba43ae9..c7b71ff9d133e50f5034523f5b4b121cfddeb697 100755 (executable)
@@ -263,10 +263,9 @@ BEGIN
                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