mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo
Michael Paquier
This commit is contained in:
@ -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
|
* 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
|
bool
|
||||||
BloomPageAddItem(BloomState *state, Page page, BloomTuple *tuple)
|
BloomPageAddItem(BloomState *state, Page page, BloomTuple *tuple)
|
||||||
|
Reference in New Issue
Block a user