mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix type in return value
This commit is contained in:
parent
ca646f66f7
commit
dd92a8c33f
@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (len < r->nchar)
|
if (len < r->nchar)
|
||||||
return 0;
|
return false;
|
||||||
|
|
||||||
c = str;
|
c = str;
|
||||||
if (r->issuffix)
|
if (r->issuffix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user