Skip to content

Commit

Permalink
postgis: support for postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiklautz committed Mar 25, 2024
1 parent 2a34104 commit 265724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
'10' => '2.4',
'11' => '3.0',
'12' => '3.0',
'16' => '3.4',
default => undef,
}
$globals_postgis_version = $postgis_version ? {
Expand Down

0 comments on commit 265724b

Please sign in to comment.