projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b27aeb
)
Fix typo
author
Teodor Sigaev
Mon, 4 Apr 2016 11:55:29 +0000
(14:55 +0300)
committer
Teodor Sigaev
Mon, 4 Apr 2016 11:55:29 +0000
(14:55 +0300)
Michael Paquier
contrib/bloom/blutils.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bloom/blutils.c
b/contrib/bloom/blutils.c
index be056c33ba08b3fd451d6e843cda108660daa52a..76d6ba80222a65da2e94249cb59a602d7a2f93c5 100644
(file)
--- a/
contrib/bloom/blutils.c
+++ b/
contrib/bloom/blutils.c
@@
-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
g
it the page.
+ * added to the page. Returns false if it doesn't
f
it the page.
*/
bool
BloomPageAddItem(BloomState *state, Page page, BloomTuple *tuple)