Re: ecpg test suite - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ecpg test suite
Date
Msg-id 139.1154798065@sss.pgh.pa.us
Whole thread Raw
In response to Re: ecpg test suite  (Michael Meskes <meskes@postgresql.org>)
Responses Re: ecpg test suite
List pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> Some types have different internal sizes on different systems. I wonder
> what we do with these difference as a log file usually prints this info
> which is important for debugging sometimes.

If there's only a small number of possibilities, you could fix it by
treating these as if they were locale differences --- that is, provide
multiple expected files test.out, test_1.out, etc.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ecpg test suite
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Updated INSERT/UPDATE RETURNING