postgresql/contrib/bloom
Heikki Linnakangas ed529faf7e Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.

Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
2018-07-18 16:18:27 +03:00
..
expected Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
sql Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
t Tighten test in contrib/bloom/t/001_wal.pl. 2017-11-10 12:30:06 -05:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
blinsert.c Fix errors in contrib/bloom index build. 2018-03-22 13:13:58 -04:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
blscan.c Fix misc typos, mostly in comments. 2018-07-18 16:18:27 +03:00
blutils.c Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
blvacuum.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
blvalidate.c Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
Makefile Bloom index contrib module 2016-04-01 16:42:24 +03:00