Re: [PATCH] Improve geometric types

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: emre(at)hasegeli(dot)com, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
Subject: Re: [PATCH] Improve geometric types
Date: 2018-06-03 21:26:47
Message-ID: edaf6dbc-57b0-bbf0-9dd7-a91603c60687@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Emre,

Thanks for the rebased patch. I remember reviewing the patch in the last
CF, and it seems in a pretty good shape. I plan to look at it again in
the next commitfest, but it seems to have been reviewed by other
experienced people so I'm not worried about this part.

The main remaining question I have is what do do with back-branches.
Shall we back-patch this or not?

The trouble is that while the patch is essentially a bugfix, it
refactors quite significant amount of code to make the fixes practical.
If it was possible to back-patch just the fixes without the refactoring,
that would be ideal, but unfortunately that's not the case. Based on
discussion with Emre in Ottawa that would be rather impractical due to
the nature of the bugs and low code reuse.

I do believe we should back-patch - after all, it fixes real bugs. It's
true the bugs were there for years and no one noticed/reported them, but
it's still buggy and that's not fun.

Opinions?

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-06-03 21:47:58 Re: Code of Conduct plan
Previous Message Tomas Vondra 2018-06-03 21:00:22 Re: POC: GROUP BY optimization