From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Rationalizing code-sharing among src/bin/ directories |
Date: | 2016-03-24 15:51:25 |
Message-ID: | CA+Tgmoa=eZ9cRFfe+VgxCmc8k3ZHkQr_eBedpk9nQ1zq9mBZSA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 23, 2016 at 4:00 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-03-24 15:52:10 | Re: Rationalizing code-sharing among src/bin/ directories |
Previous Message | Yury Zhuravlev | 2016-03-24 15:49:18 | Re: NOT EXIST for PREPARE |