Re: Added prosupport function for estimating numeric generate_series rows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Added prosupport function for estimating numeric generate_series rows
Дата
Msg-id 375710.1732833846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Added prosupport function for estimating numeric generate_series rows  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Also a few minor things:
> * Missing space after "if"
> + if(arg3)
> * We always have an empty line after variable declarations, that's missing in:
> + NumericVar q;
> + init_var(&q);

This sort of stuff is best addressed by running the code through
pgindent, rather than fixing it manually.  Usually we don't insist
on submitters getting it right; the committer should pgindent it.

            regards, tom lane



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