config help neatness

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: config help neatness
Date: 2007-06-02 12:41:19
Message-ID: 4661656F.3060508@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Does anyone object if I change these two config help lines:

--enable-thread-safety-force force thread-safety in spite of thread
test failure

--with-krb-srvnam=NAME name of the default service principal in
Kerberos [postgres]

to:

--enable-thread-safety-force force thread-safety despite thread test
failure

--with-krb-srvnam=NAME default service principal name in Kerberos
[postgres]

so that they fit into 80 cols?

cheers

andrew

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikolay Samokhvalov 2007-06-02 12:59:32 Re: [PATCHES] build/install xml2 when configured with libxml
Previous Message Andrew Dunstan 2007-06-02 12:30:58 Re: [PATCHES] build/install xml2 when configured with libxml