pgsql: Call check_keywords.pl in maintainer-check

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Call check_keywords.pl in maintainer-check
Date: 2012-02-27 11:54:09
Message-ID: E1S1z9d-0006Jl-Kw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Call check_keywords.pl in maintainer-check

For that purpose, have check_keywords.pl print errors to stderr and
return a useful exit status.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9bf8603c7a9153cada7e32eb0cf7ac1feb1d3b56

Modified Files
--------------
src/backend/common.mk | 2 +-
src/backend/parser/Makefile | 4 ++++
src/tools/check_keywords.pl | 25 +++++++++++++++++--------
3 files changed, 22 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-27 11:55:20 Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Previous Message Thom Brown 2012-02-27 10:14:17 Re: pgsql: Make each pg_stat_ view into it's own table in the documentation