mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Fix type in return value
This commit is contained in:
parent
ca646f66f7
commit
dd92a8c33f
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str)
|
|||
}
|
||||
|
||||
if (len < r->nchar)
|
||||
return 0;
|
||||
return false;
|
||||
|
||||
c = str;
|
||||
if (r->issuffix)
|
||||
|
|
|
|||
Loading…
Reference in a new issue