Missing semicolon in parser's gram.y

Started by Gurjeet Singhabout 15 years ago2 messageshackers
Jump to latest
#1Gurjeet Singh
singh.gurjeet@gmail.com

Attached is a single-line patch to add a missing semicolon to gram.y; caught
using yyextract.

Regards,
--
Gurjeet Singh
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

Attachments:

gramy_semic.patchtext/x-patch; charset=US-ASCII; name=gramy_semic.patchDownload+1-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Gurjeet Singh (#1)
Re: Missing semicolon in parser's gram.y

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