mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-16 09:06:57 +08: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