Re: pgsql: Centralize horizon determination for temp tables, fixing bug due - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Centralize horizon determination for temp tables, fixing bug due
Date
Msg-id 20201029040629.gprgkstbmjihxxcj@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Centralize horizon determination for temp tables, fixing bug due  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-committers
Hi,

On 2020-10-29 11:34:03 +0800, Julien Rouhaud wrote:
> On Thu, Oct 29, 2020 at 9:07 AM Andres Freund <andres@anarazel.de> wrote:
> >
> > Centralize horizon determination for temp tables, fixing bug due to skew.
> 
> Lapwing just reported some problem
> (https://brekka.postgresql.org/cgi-bin/show_log.pl?nm=lapwing&dt=2020-10-29%2002%3A40%3A14):

Yea, I started looking at it in the thread. Just found the bug:
https://postgr.es/m/20201029040030.p4osrmaywhqaesd4%40alap3.anarazel.de

This was a pre-existing bug, the new test case luckily just made it
visible...

Greetings,

Andres Freund



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Track statistics for streaming of changes from ReorderBuffer.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix wrong data table horizon computation during backend startup.