Re: pgbench -i progress output on terminal

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench -i progress output on terminal
Дата
Msg-id alpine.DEB.2.21.1911300818580.12334@pseudo
обсуждение исходный текст
Ответ на Re: pgbench -i progress output on terminal  (Amit Langote <amitlangote09@gmail.com>)
Ответы Re: pgbench -i progress output on terminal  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
Hello Amit,

> I have updated the patch based on these observations.  Attached v2.

Patch v2 applies & compiles cleanly, works for me.

I'm not partial to Hungarian notation conventions, which is not widely 
used elsewhere in pg. I'd suggest eolchar -> eol or line_end or whatever, 
but others may have different opinion. Maybe having a char variable is a 
rare enough occurence which warrants advertising it.

Maybe use fputc instead of fprintf in the closing output?

I'm unsure about what happens on MacOS and Windows terminal, but if it 
works for other commands progress options, it is probably all right.

-- 
Fabien.



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Recovery vs. RelationTruncate(); skipFsync vs. unlogged rels
Следующее
От: Amit Langote
Дата:
Сообщение: Re: pgbench -i progress output on terminal