Re: Slightly bogus regression test for contrib/dblink

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: Slightly bogus regression test for contrib/dblink
Date: 2006-06-20 18:25:11
Message-ID: 44983D87.4000703@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> writes:
>
>>I haven't really looked at the buildfarm before -- I might be blind, but
>>I couldn't figure out how to see the regression.diff file.
>
> It's on the cited page, if you scroll down far enough.

OK, I'm officially blind (so much for that lasik work I had done ;-)), I
had scrolled right on past the diff the first time.

> It looks to me like the diffs are consistent with the idea that the
> test is using a copy of dblink that predates this patch ... do you
> agree? If so, anyone have an idea how that could happen? I thought
> we'd fixed all the rpath problems, and anyway osprey wasn't failing
> like this before today.

I would think that the diffs would be significantly larger if that were
the case. In fact, when was PG_MODULE_MAGIC first made mandatory?

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-06-20 18:27:30 Re: Slightly bogus regression test for contrib/dblink
Previous Message Tom Lane 2006-06-20 18:22:11 Re: Some small code-restructuring issues