pgsql: Update contrib/seg for new scalarlesel/scalargesel selectivity f

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update contrib/seg for new scalarlesel/scalargesel selectivity f
Date: 2017-09-13 15:55:00
Message-ID: E1dsA0C-0000y5-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

I somehow missed this module in commit 7d08ce286.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44ba2920644903d7dfceda810e5facdbcbab58a8

Modified Files
--------------
contrib/seg/Makefile | 3 ++-
contrib/seg/seg--1.1--1.2.sql | 14 ++++++++++++++
contrib/seg/seg.control | 2 +-
3 files changed, 17 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-09-13 16:06:40 Re: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b
Previous Message Tom Lane 2017-09-13 15:12:57 pgsql: Distinguish selectivity of < from <= and > from >=.