Re: SQL/JSON features for v15 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SQL/JSON features for v15
Date
Msg-id 692364.1661267311@sss.pgh.pa.us
Whole thread Raw
In response to Re: SQL/JSON features for v15  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: SQL/JSON features for v15
Re: SQL/JSON features for v15
Re: SQL/JSON features for v15
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> At the end of the day, the RMT is going to have to take a call here.
> It seems to me that Andres's concerns about code quality and lack of
> comments are probably somewhat legitimate, and in particular I do not
> think the use of subtransactions is a good idea. I also don't think
> that trying to fix those problems or generally improve the code by
> committing thousands of lines of new code in August when we're
> targeting a release in September or October is necessarily a good
> idea. But I'm also not in a position to say that the project is going
> to be irreparably damaged if we just ship what we've got, perhaps
> after fixing the most acute problems that we currently know about.

The problem here is that this was going to be a headline new feature
for v15.  Shipping what apparently is only an alpha-quality implementation
seems pretty problematic unless we advertise it as such, and that's
not something we've done very much in the past.  I also wonder how
much any attempts at fixing it later would be constrained by concerns
about compatibility with the v15 version.

> ... And we do have other bad code in the system.

Can't deny that, but a lot of it is legacy code that we wish we could
rip out and can't because backwards compatibility.  This is not legacy
code ... not yet anyway.

As you say, we've delegated this sort of decision to the RMT, but
if I were on the RMT I'd be voting to revert.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jehan-Guillaume de Rorthais
Date:
Subject: [BUG] parenting a PK constraint to a self-FK one (Was: Self FK oddity when attaching a partition)
Next
From: Andres Freund
Date:
Subject: Re: SQL/JSON features for v15