Skip to content
Snippets Groups Projects
Commit 8afb026e authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove stray nbsp character

parent d2495f27
No related branches found
No related tags found
No related merge requests found
...@@ -1957,7 +1957,7 @@ StoreRelCheck(Relation rel, char *ccname, Node *expr, ...@@ -1957,7 +1957,7 @@ StoreRelCheck(Relation rel, char *ccname, Node *expr,
ccsrc, /* Source form of check constraint */ ccsrc, /* Source form of check constraint */
is_local, /* conislocal */ is_local, /* conislocal */
inhcount, /* coninhcount */ inhcount, /* coninhcount */
is_no_inherit); /* connoinherit */ is_no_inherit); /* connoinherit */
pfree(ccbin); pfree(ccbin);
pfree(ccsrc); pfree(ccsrc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment