Re: A small rant about coding style for backend functions

Поиск
Список
Период
Сортировка
Искать
От
Gregory Stark
Тема
Re: A small rant about coding style for backend functions
Дата
Msg-id
87lk9892lp.fsf@oxford.xeocode.com
Ответ на
Список
Дерево обсуждения
A small rant about coding style for backend functions Tom Lane <tgl@sss.pgh.pa.us>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Gregory Stark <stark@enterprisedb.com>
Re: A small rant about coding style for backend functions Alvaro Herrera <alvherre@commandprompt.com>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Tom Lane <tgl@sss.pgh.pa.us>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions Alvaro Herrera <alvherre@commandprompt.com>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions "Brendan Jurd" <direvus@gmail.com>
Re: A small rant about coding style for backend functions Bruce Momjian <bruce@momjian.us>
Re: A small rant about coding style for backend functions Tom Lane <tgl@sss.pgh.pa.us>
Re: A small rant about coding style for backend functions Gregory Stark <stark@enterprisedb.com>
Re: A small rant about coding style for backend functions Gregory Stark <stark@enterprisedb.com>
Re: A small rant about coding style for backend functions Alvaro Herrera <alvherre@commandprompt.com>
"Bruce Momjian"  writes:

> Tom Lane wrote:
>
>> Having said that, there are two or three tips worth knowing about
>> pg_indent's behavior, like when and how to use dashes to prevent
>> comment blocks from being re-flowed.  But it's a short list.
>
> Agreed, and the developer's FAQ already has this:
>
>     

pgindent will the format code by specifying flags to your What I would like to see are guidelines on the more important issues. Things like always using PG_GETARG_* and DatumGet* rather than explicitly calling pg_detoast_datum() and so on. Actually I'm not sure what else would fall under "and so on". -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!

В списке pgsql-hackers по дате отправления
От: Heikki Linnakangas
Дата:
Сообщение: Free Space Map thoughts
От: Peter Eisentraut
Дата:
Сообщение: Re: Postgresql 8.3 beta crash
FAQ