Stephen Frost wrote:
* Tom Lane (t...@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 o
* Tom Lane (t...@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 con
Andrew Dunstan 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 som
Tom Lane wrote:
Itagaki Takahiro 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.
pang
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 ma
Itagaki Takahiro 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 g
I found regression test for dblink in HEAD was failed on my machine.
One buildfarm machine also reported the same failure.
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=pangolin&dt=2010-07-12%2013:37:06
It seems to come from the recent fix for dropped column support,
but I'm not sure why