Re: how to run encoding-dependent tests by default - Mailing list pgsql-hackers

From Tom Lane
Subject Re: how to run encoding-dependent tests by default
Date
Msg-id 19497.1564342951@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to run encoding-dependent tests by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: how to run encoding-dependent tests by default  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Oh ... one other thought, based on forcing the collate.linux.utf8
test to run on platforms where it can be expected to fail: I think
you'd be well advised to make that test verify that the required
collations are present, the same as you did in the collate.icu.utf8
test.  I noticed for instance that it fails if en_US.utf8 is not
present (or not spelled exactly like that), but I doubt that that
locale is necessarily present on every Linux platform.  tr_TR is
even more likely to be subject to packagers' whims.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: ANALYZE: ERROR: tuple already updated by self
Next
From: Fabien COELHO
Date:
Subject: Re: LLVM compile failing in seawasp