mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -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'
|