mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +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 */
|
||||
is_local, /* conislocal */
|
||||
inhcount, /* coninhcount */
|
||||
is_no_inherit); /* connoinherit */
|
||||
is_no_inherit); /* connoinherit */
|
||||
|
||||
pfree(ccbin);
|
||||
pfree(ccsrc);
|
||||
|
Reference in New Issue
Block a user