From 0360456a04dd77598684f56378ad5d81b395a076 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 9 Oct 2012 22:04:57 +0000 Subject: [PATCH] Fix comment per rcoup git-svn-id: http://svn.osgeo.org/postgis/trunk@10386 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/gserialized_typmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/gserialized_typmod.c b/postgis/gserialized_typmod.c index 72e400ba1..77c3f362e 100644 --- a/postgis/gserialized_typmod.c +++ b/postgis/gserialized_typmod.c @@ -120,7 +120,7 @@ void postgis_valid_typmod(const GSERIALIZED *gser, int32_t typmod) POSTGIS_DEBUGF(3, "Got geom(type = %d, srid = %d, hasz = %d, hasm = %d)", geom_type, geom_srid, geom_z, geom_m); POSTGIS_DEBUGF(3, "Got typmod(type = %d, srid = %d, hasz = %d, hasm = %d)", typmod_type, typmod_srid, typmod_z, typmod_m); - /* Typmod has a preference for SRID and geom has a non-default SRID? They had better match. */ + /* Typmod has a preference for SRID? Geometry SRID had better match. */ if ( typmod_srid > 0 && typmod_srid != geom_srid ) { ereport(ERROR, ( -- 2.40.0