Remove stray nbsp character

This commit is contained in:
Peter Eisentraut 2012-05-15 21:38:59 +03:00
parent d2495f272c
commit 8afb026e57
1 changed files with 1 additions and 1 deletions

View 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);