Re: Skip partition tuple routing with constant partition key - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Skip partition tuple routing with constant partition key
Date
Msg-id 20220407073729.5d3kgkvwsbhzjh65@alap3.anarazel.de
Whole thread Raw
In response to Re: Skip partition tuple routing with constant partition key  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Skip partition tuple routing with constant partition key  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hi,

On 2022-04-06 00:07:07 -0400, Tom Lane wrote:
> Amit Langote <amitlangote09@gmail.com> writes:
> > On Sun, Apr 3, 2022 at 10:31 PM Greg Stark <stark@mit.edu> wrote:
> >> Is this a problem with the patch or its tests?
> >> [18:14:20.798] Test Summary Report
> >> [18:14:20.798] -------------------
> >> [18:14:20.798] t/013_partition.pl (Wstat: 15360 Tests: 31 Failed: 0)
> 
> > Hmm, make check-world passes for me after rebasing the patch (v10) to
> > the latest HEAD (clean), nor do I see a failure on cfbot:
> > http://cfbot.cputube.org/amit-langote.html
> 
> 013_partition.pl has been failing regularly in the buildfarm,
> most recently here:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=florican&dt=2022-03-31%2000%3A49%3A45

Just failed locally on my machine as well.


> I don't think there's room to blame any uncommitted patches
> for that.  Somebody broke it a short time before here:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wrasse&dt=2022-03-17%2016%3A08%3A19

The obvious thing to point a finger at is

commit c91f71b9dc91ef95e1d50d6d782f477258374fc6
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date:   2022-03-16 16:42:47 +0100

    Fix publish_as_relid with multiple publications

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add last commit LSN to pg_last_committed_xact()
Next
From: "Gunnar \"Nick\" Bluth"
Date:
Subject: Re: [PATCH] pg_stat_toast