mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 08:08:08 -04:00
8 lines
188 B
Text
8 lines
188 B
Text
|
|
# bool_plperl extension
|
||
|
|
comment = 'transform between bool and plperl'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/bool_plperl'
|
||
|
|
relocatable = true
|
||
|
|
trusted = true
|
||
|
|
requires = 'plperl'
|