From: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
---|---|
To: | Christoph Berg <christoph(dot)berg(at)credativ(dot)de>, pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: Null Characters in Strings, Version 9.3.1 |
Date: | 2014-02-24 13:37:10 |
Message-ID: | 530B4B06.5040007@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
On 02/24/2014 01:59 PM, Christoph Berg wrote:
> Re: Heikki Linnakangas 2014-02-19 <5304ADB1(dot)6090306(at)vmware(dot)com>
>> diff --git a/test/expected/lfconversion.out b/test/expected/lfconversion.out
>> new file mode 100644
>> index 0000000..ca4776c
>> --- /dev/null
>> +++ b/test/expected/lfconversion.out
>
> Hi Heikki,
>
> I'm afraid you forgot to update Makefile.am to include that file so it
> didn't make it into the 09.03.0200 tarball, rendering the testsuite
> unusable.
Oh, I wasn't even aware that EXTRA_DIST needs to be updated manually!
Fixed now. Looking at the commit log, Hiroshi and Hiroshi have been
fixing it after me every time I've added a new test case. Thanks for
doing that, I'll try to remember it myself the next time.
BTW, do we care about building with non-GNU make? If not, we could use
wildcards in EXTRA_DIST instead of listing the files individually.
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2014-02-24 13:41:26 | Re: Null Characters in Strings, Version 9.3.1 |
Previous Message | Christoph Berg | 2014-02-24 12:08:06 | 09.03.0200 test failures |