mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 16:30:40 -05:00
6 lines
156 B
Text
6 lines
156 B
Text
|
|
# bloom extension
|
||
|
|
comment = 'bloom access method - signature file based index'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/bloom'
|
||
|
|
relocatable = true
|