Michael Paquier
This commit is contained in:
Teodor Sigaev 2016-04-04 14:55:29 +03:00
parent 9b27aebe71
commit eb7308d298
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ BloomFormTuple(BloomState *state, ItemPointer iptr, Datum *values, bool *isnull)
/*
* Add new bloom tuple to the page. Returns true if new tuple was successfully
* added to the page. Returns false if it doesn't git the page.
* added to the page. Returns false if it doesn't fit the page.
*/
bool
BloomPageAddItem(BloomState *state, Page page, BloomTuple *tuple)