Re: locale/encoding vs vcregress.pl installcheck

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: locale/encoding vs vcregress.pl installcheck
Дата
Msg-id 689ffb78-26de-37a1-c158-77c3a6d32270@dunslane.net
обсуждение исходный текст
Ответ на locale/encoding vs vcregress.pl installcheck  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers


On 2023-02-25 Sa 12:13, Andrew Dunstan wrote:

vcregress's installcheck_internal has "--encoding=SQL_ASCII --no-locale" hardcoded. It's been like that for a long time, for no good reason that I can see. The practical effect is to make it well nigh impossible to run the regular regression tests against any other encoding/locale. This in turn has apparently masked an issue with the collate.windows.win1252 test, which only runs on a WIN1252-encoded database.

I propose simply to remove those settings for the installcheck target. We already run the regression tests under these conditions in 'vcregress.pl check', so we wouldn't be giving up anything important. Although this partcular test is only present in HEAD, I think we should backpatch the change to all live branches.

(Yes, I know we are trying to get rid of these tools, but we haven't done so yet. I'm working on it for the buildfarm, which is how I discovered this issue.)


Done.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: pg_stat_statements and "IN" conditions
Следующее
От: "jacktby@gmail.com"
Дата:
Сообщение: Give me more details of some bits in infomask!!