On 4/9/22 1:14 PM, Greg Stark wrote:
On Sat, 9 Apr 2022 at 10:51, Tom Lane wrote:
Sound like bugfixes to be backpatched.
Yeah. I'm not sure why these have received so little love.
Since bug fixes are important enough that they'll definitely get done
(and can happen after feature freeze)
On Sat, 9 Apr 2022 at 10:51, Tom Lane wrote:
>
> > Sound like bugfixes to be backpatched.
>
> Yeah. I'm not sure why these have received so little love.
Since bug fixes are important enough that they'll definitely get done
(and can happen after feature freeze) there's a bit of a perverse
incenti
Greg Stark writes:
> On Sat, 9 Apr 2022 at 06:44, Alvaro Herrera 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 thr
Alvaro Herrera writes:
> On 2022-Apr-08, Greg Stark wrote:
>> * fix psql pattern handling
> Sounds like a bugfix, but how old and how backpatchable a fix is?
> Thread is quite long.
There's been more contention than one could wish about both what
the behavior should be and how to refactor the co
On Sat, 9 Apr 2022 at 06:44, Alvaro Herrera 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
On 2022-Apr-08, Greg Stark wrote:
> These remaining CF entries look like they're bugs that are maybe Open
> Issues for release?
>
> * fix spinlock contention in LogwrtResult
I don't have a good enough grip on barriers needed for this, so I'd
rather move it to pg16 to have time for further study.
These remaining CF entries look like they're bugs that are maybe Open
Issues for release?
* fix spinlock contention in LogwrtResult
* Avoid erroring out when unable to remove or parse logical rewrite
files to save checkpoint work
* Add checkpoint and redo LSN to LogCheckpointEnd log message
* s