Re: Rationalizing code-sharing among src/bin/ directories

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Rationalizing code-sharing among src/bin/ directories
Дата
Msg-id CA+Tgmoa=eZ9cRFfe+VgxCmc8k3ZHkQr_eBedpk9nQ1zq9mBZSA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Rationalizing code-sharing among src/bin/ directories  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Rationalizing code-sharing among src/bin/ directories  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Mar 23, 2016 at 4:00 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
>> Anybody want to bikeshed the directory name src/feutils?  Maybe fe-utils
>> would be more readable.
>
> Yes, +1 for either a - or _ in there.

I vote for an underscore, since that's what we mostly do.

[rhaas pgsql]$ find . -type d | awk -F/ '{print $NF}' | grep - | wc -l      6
[rhaas pgsql]$ find . -type d | awk -F/ '{print $NF}' | grep _ | wc -l     74

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Christian Ullrich
Дата:
Сообщение: Re: BUG #13854: SSPI authentication failure: wrong realm name used
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rationalizing code-sharing among src/bin/ directories