Unable parse a comment in gram.y

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Unable parse a comment in gram.y
Date: 2024-06-23 04:01:54
Message-ID: 20240623.130154.1867056921698616251.t-ishii@sranhm.sra.co.jp.sranhm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was unable to parse a comment in src/backend/parser/gram.y around line 11364:

/*
* As func_expr but does not accept WINDOW functions directly (they
* can still be contained in arguments for functions etc.)
* Use this when window expressions are not allowed, so to disambiguate
* the grammar. (e.g. in CREATE INDEX)
*/

Maybe "but" is unnecessary in the first sentence in the comment?

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-06-23 04:13:37 Re: Unable parse a comment in gram.y
Previous Message David G. Johnston 2024-06-23 03:13:09 Re: Wrong security context for deferred triggers?