From: Tom Lane on
Itagaki Takahiro <itagaki.takahiro(a)gmail.com> writes:
> I found regression test for dblink in HEAD was failed on my machine.
> One buildfarm machine also reported the same failure.

What this looks like to me is that dblink.c doesn't contain the fix
that the new regression test is checking for.

pangolin is pulling from the git mirror, which I still don't trust
further than I can throw it. How about you?

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Alvaro Herrera on
Excerpts from Tom Lane's message of lun jul 12 23:02:05 -0400 2010:

> pangolin is pulling from the git mirror, which I still don't trust
> further than I can throw it. How about you?

Easy enough to check -- just verify the $PostgreSQL$ tag in the file.

Oh wait ...

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Andrew Dunstan on


Tom Lane wrote:
> Itagaki Takahiro <itagaki.takahiro(a)gmail.com> writes:
>
>> I found regression test for dblink in HEAD was failed on my machine.
>> One buildfarm machine also reported the same failure.
>>
>
> What this looks like to me is that dblink.c doesn't contain the fix
> that the new regression test is checking for.
>
> pangolin is pulling from the git mirror, which I still don't trust
> further than I can throw it. How about you?
>
>
>

There is something very odd about that machine. It started failing 5
days ago. Then it stopped, then it started again.

As for the git mirror, I can only speak for the mirror I maintain, which
is validated on every live branch every day against CVS, so far without
a hiccup, and has four of my buildfarm members happily building against
it (and possibly others).

cheers

andrew

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Tom Lane on
Andrew Dunstan <andrew(a)dunslane.net> writes:
> Tom Lane wrote:
>> What this looks like to me is that dblink.c doesn't contain the fix
>> that the new regression test is checking for.
>>
>> pangolin is pulling from the git mirror, which I still don't trust
>> further than I can throw it. How about you?

> There is something very odd about that machine. It started failing 5
> days ago. Then it stopped, then it started again.

A few experiments later: I can reproduce the failure shown on pangolin
exactly if I revert the latest changes in sql/dblink.sql and
expected/dblink.out, while keeping dblink.c up to date. So I guessed
wrong on which file was out of sync, but I say confidently that this
is a repository sync problem.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Stephen Frost on
* Tom Lane (tgl(a)sss.pgh.pa.us) wrote:
> A few experiments later: I can reproduce the failure shown on pangolin
> exactly if I revert the latest changes in sql/dblink.sql and
> expected/dblink.out, while keeping dblink.c up to date. So I guessed
> wrong on which file was out of sync, but I say confidently that this
> is a repository sync problem.

I'll check with Scott on this, sorry, but it might be an issue with the
machine and not the repository. That's the box that he's been doing the
performance-farm work on and it's entirely possible soemthing got
screwed up there. Of course, it could also be a repository problem,
I'll find out.

Thanks,

Stephen