diff options
| author | Tom Lane | 2017-09-13 15:54:55 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-09-13 15:54:55 +0000 |
| commit | 44ba2920644903d7dfceda810e5facdbcbab58a8 (patch) | |
| tree | 5c54557160792c6de11ec895fd3e1910b80e7223 /contrib/seg/seg.control | |
| parent | 7d08ce286cd5854d58152e428c28636a616bdc42 (diff) | |
Update contrib/seg for new scalarlesel/scalargesel selectivity functions.
I somehow missed this module in commit 7d08ce286.
Diffstat (limited to 'contrib/seg/seg.control')
| -rw-r--r-- | contrib/seg/seg.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seg/seg.control b/contrib/seg/seg.control index f210cf5e042..ba3d092c253 100644 --- a/contrib/seg/seg.control +++ b/contrib/seg/seg.control @@ -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 |
