Re: pgsql: Sort the dependent objects before recursing in findDependentObje

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Sort the dependent objects before recursing in findDependentObje
Date: 2019-01-21 20:32:32
Message-ID: 20190121203232.5xz5yiuinqy3gchk@alap3.anarazel.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2019-01-21 15:16:59 -0500, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
> > On 2019-01-21 18:48:25 +0000, Tom Lane wrote:
> >> Sort the dependent objects before recursing in findDependentObjects().
>
> > Seems this affects the sepgsql tests:
> > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2019-01-21%2019%3A45%3A02
>
> Hah ... I'd just looked at that and guessed that *you* broke it
> with the pluggable-storage changes. But yeah, it looks more like
> an order-of-messages issue. Will fix.

I'm sure I'll break something down the line, but the stuff I pushed so
far is pretty darn boring changes...

> > Yay for having to fix tests blindly :(
>
> I can do better than that, got a Fedora installation right
> over there.

Oh, I just never got around to do the selinux stuff necessary to get
sepgsql working...

Greetings,

Andres Freund

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-01-21 20:37:28 pgsql: Remove superfluous tqual.h includes.
Previous Message Andres Freund 2019-01-21 20:32:26 Re: pgsql: Sort the dependent objects before recursing in findDependentObje