Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Heikki Linnakangas <heikki.linnakangas@iki.fi>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-02-27T11:55:20Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
- 82e73ba0d1f8 9.2.0 cited
On tor, 2012-02-09 at 13:30 -0500, Tom Lane wrote: > > Also, we should at least do the attached to simplify the process. > > +check: > > + $(top_srcdir)/src/tools/check_keywords.pl $(top_srcdir) > > Actually, what would make sense in that line is to attach it to the > existing maintainer-check target, no? I don't think top-level > "make check" descends into this directory. I have hooked this into maintainer-check now.