mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Remove stray nbsp character
This commit is contained in:
parent
d2495f272c
commit
8afb026e57
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user