mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Remove stray nbsp character
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user