From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | David Fetter <david(at)fetter(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Remove more SGML tabs. |
Date: | 2011-03-24 21:12:58 |
Message-ID: | AANLkTi=y7OwLQQDSHhC9GCqUMgCiuXW26Djx4U3iMvmq@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Thu, Mar 24, 2011 at 4:05 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On tor, 2011-02-10 at 12:58 +0200, Peter Eisentraut wrote:
>> There is make check target in doc/src/sgml/ that is supposed to catch
>> this. But it's probably hard to remember to run that.
>>
>> One thing I was thinking of was that we could add a global make
>> maintainer-check target (a name I picked up from other projects) which
>> would run various source code sanity checks. Besides the SGML tabs
>> issue, my favourite would be duplicate_oids. Maybe if we could find a
>> third use case, we'd have a quorum for implementing this.
>
> Hah, I found one. There's already a hidden maintainer-check target that
> checks the NLS files syntax.
>
> Anyway, here is a small patch that changes the duplicate_oids script to
> return a nonzero exit status in case of a problem, and then creates a
> global maintainer-check target that checks that and the SGML syntax and
> the NLS thing. Other things could be added in the future.
> Documentation should be added.
>
> Useful?
+1 from me.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-03-24 21:43:39 | Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, |
Previous Message | Robert Haas | 2011-03-24 20:59:22 | pgsql: Edits to 9.1 release notes. |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2011-03-24 21:15:36 | Re: Pre-set Hint bits/VACUUM FREEZE on data load..? |
Previous Message | Robert Haas | 2011-03-24 21:11:54 | Re: Re: making write location work (was: Efficient transaction-controlled synchronous replication) |