Re: run pgindent on a regular basis / scripted manner

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: run pgindent on a regular basis / scripted manner
Дата
Msg-id 2d50ef0e-d1dd-4e13-c951-44fcdcf25759@eisentraut.org
обсуждение исходный текст
Ответ на Re: run pgindent on a regular basis / scripted manner  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 12.08.23 02:11, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
>> On 2023-08-11 18:30:02 -0400, Tom Lane wrote:
>>> +1 for including this in CI tests
> 
>> I didn't even mean CI - I meant 'make check-world' / 'meson test'. Which of
>> course would include CI automatically.
> 
> Hmm.  I'm allergic to anything that significantly increases the cost
> of check-world, and this seems like it'd do that.
> 
> Maybe we could automate it, but not as part of check-world per se?

Also, during development, the code in progress is not always perfectly 
formatted, but I do want to keep running the test suites.




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: run pgindent on a regular basis / scripted manner
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Extract numeric filed in JSONB more effectively