Re: A rather hackish POC for alternative implementation of WITH TIES - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: A rather hackish POC for alternative implementation of WITH TIES
Date
Msg-id 20200122220628.GA5046@alvherre.pgsql
Whole thread Raw
In response to Re: A rather hackish POC for alternative implementation of WITH TIES  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: A rather hackish POC for alternative implementation of WITH TIES  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Hello

As this is a valuable feature, it would be good to have something happen
here.  I wouldn't like to have pg13 ship with no implementation of WITH
TIES at all.

My own inclination is that Andrew's implementation, being more general
in nature, would be the better one to have in the codebase; but we don't
have a complete patch yet.  Can we reach some compromise such as if
Andrew's patch is not completed then we push Surafel's?

Thanks

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix crash in BRIN inclusion op functions, due to missingdatum c
Next
From: Robert Haas
Date:
Subject: Re: Online checksums patch - once again