On Wed, Mar 23, 2016 at 4:00 PM, Alvaro Herrera
<[email protected]> 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
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers