Re: Missing semicolon in parser's gram.y

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gurjeet Singh <singh.gurjeet@gmail.com>
Cc: PGSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2011-03-21T18:51:03Z
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 →
  1. Remove collation information from TypeName, where it does not belong.

Gurjeet Singh <singh.gurjeet@gmail.com> writes:
> Attached is a single-line patch to add a missing semicolon to gram.y; caught
> using yyextract.

Done some time ago ...
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a051ef699c3ed1f89088dd6bbc2574f13d0b20eb#patch16

			regards, tom lane