Remove stray nbsp character
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 May 2012 18:38:59 +0000 (21:38 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 May 2012 18:38:59 +0000 (21:38 +0300)
src/backend/catalog/heap.c

index 2734ec865823a1501b7fc0dfcc0699f8c38f98ee..8fc69ae72022a057ae35dc668dce60c37357596e 100644 (file)
@@ -1957,7 +1957,7 @@ StoreRelCheck(Relation rel, char *ccname, Node *expr,
                                                  ccsrc,        /* Source form of check constraint */
                                                  is_local,             /* conislocal */
                                                  inhcount,             /* coninhcount */
-                                                 is_no_inherit);       /* connoinherit */
+                                                 is_no_inherit);       /* connoinherit */
 
        pfree(ccbin);
        pfree(ccsrc);