1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix typos.

Etsuro Fujita
This commit is contained in:
Robert Haas
2014-10-20 10:23:40 -04:00
parent 49d182e61e
commit 0f565c0743
4 changed files with 6 additions and 6 deletions

View File

@ -306,7 +306,7 @@ checkcondition_arr(void *checkval, QueryOperand *val)
/* Loop invariant: StopLow <= val < StopHigh */
/*
* we are not able to find a a prefix by hash value
* we are not able to find a prefix by hash value
*/
if (val->prefix)
return true;
@ -329,7 +329,7 @@ static bool
checkcondition_bit(void *checkval, QueryOperand *val)
{
/*
* we are not able to find a a prefix in signature tree
* we are not able to find a prefix in signature tree
*/
if (val->prefix)
return true;