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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
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:16:59
Message-ID: 26847.1548101819@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

> Yay for having to fix tests blindly :(

I can do better than that, got a Fedora installation right
over there.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-01-21 20:32:26 Re: pgsql: Sort the dependent objects before recursing in findDependentObje
Previous Message Andres Freund 2019-01-21 20:11:34 Re: pgsql: Sort the dependent objects before recursing in findDependentObje