From b40f91338934a4630292655ae6d149d6dd9ab2e1 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 6 Sep 2018 22:36:47 +0000 Subject: [PATCH] Fix typo in comment [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16720 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/create_undef.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/create_undef.pl b/utils/create_undef.pl index 13d388989..c7b71ff9d 100755 --- a/utils/create_undef.pl +++ b/utils/create_undef.pl @@ -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 -- 2.40.0