Skip to content

Commit 0cbf7e4

Browse files
rdunklaucvvergara
authored andcommitted
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. (cherry picked from commit d5376af)
1 parent 4c28c44 commit 0cbf7e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)