Skip to content

Commit

Permalink
Fix requires
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rdunklau authored Nov 6, 2024
1 parent ac71b4e commit d5376af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/common/pgrouting.control
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ comment = 'pgRouting Extension'
default_version = '${PROJECT_VERSION}'
module_pathname = '${PROJECT_MODULE_PATHNAME}'
relocatable = true
requires = 'plpgsql'
requires = 'postgis'
requires = 'plpgsql,postgis'

0 comments on commit d5376af

Please sign in to comment.