Skip to content

Commit d5376af

Browse files
authored
Fix requires
The postgresl control file parser do not add up multiple occurences of the same keyword. In practice it's not a big deal as plpgsql is installed by default.
1 parent ac71b4e commit d5376af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/common/pgrouting.control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ comment = 'pgRouting Extension'
33
default_version = '${PROJECT_VERSION}'
44
module_pathname = '${PROJECT_MODULE_PATHNAME}'
55
relocatable = true
6-
requires = 'plpgsql'
7-
requires = 'postgis'
6+
requires = 'plpgsql,postgis'

0 commit comments

Comments
 (0)