Commit 8afb026e authored by Peter Eisentraut's avatar Peter Eisentraut

Remove stray nbsp character

parent d2495f27
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment