1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update contrib/seg for new scalarlesel/scalargesel selectivity functions.

I somehow missed this module in commit 7d08ce286.
This commit is contained in:
Tom Lane
2017-09-13 11:54:55 -04:00
parent 7d08ce286c
commit 44ba292064
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# seg extension
comment = 'data type for representing line segments or floating-point intervals'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/seg'
relocatable = true