Re: Commitfest wrapup - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Commitfest wrapup
Date
Msg-id CAM-w4HPd=HkUh+mY=ocgTdC+s4gNEfQKHVcYeH2cR+uiivq=nw@mail.gmail.com
Whole thread Raw
In response to Re: Commitfest wrapup  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Commitfest wrapup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, 9 Apr 2022 at 06:44, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
>
> > * Simplify some RI checks to reduce SPI overhead
>
> Move to next; a lot more work is required.

If it's going to be part of a much larger patch set I wonder if it
shouldn't just be marked Rejected and start a new thread and new CF
entry for the whole suite.

> > * Map WAL segment files on PMEM as WAL buffers
> > * Support custom authentication methods using hooks
> > * Implement INSERT SET syntax
> > * Logical insert/update/delete WAL records for custom table AMs
>
> New features.

Yeah, this bunch definitely consists of new features, just not sure if
they should be moved forward or Rejected or RWF. Some of them had some
negative feedback or the development has taken some turns that make me
think starting new patches specifically for the parts that remain may
make more sense.


-- 
greg



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: make MaxBackends available in _PG_init
Next
From: Bharath Rupireddy
Date:
Subject: Re: why pg_walfile_name() cannot be executed during recovery?