Re: Rationalizing code-sharing among src/bin/ directories - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Rationalizing code-sharing among src/bin/ directories
Date
Msg-id CA+Tgmoa=eZ9cRFfe+VgxCmc8k3ZHkQr_eBedpk9nQ1zq9mBZSA@mail.gmail.com
Whole thread Raw
In response to Re: Rationalizing code-sharing among src/bin/ directories  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Rationalizing code-sharing among src/bin/ directories
List 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 by date:

Previous
From: Christian Ullrich
Date:
Subject: Re: BUG #13854: SSPI authentication failure: wrong realm name used
Next
From: Tom Lane
Date:
Subject: Re: Rationalizing code-sharing among src/bin/ directories