Suppress bison warning in ecpg grammar.

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

Commit: 3fc81ce459e1696f7e5e5b3b8229409413bf64b4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-01-23T00:25:39Z
Releases: 14.0
Suppress bison warning in ecpg grammar.

opt_distinct_clause is only used in PLpgSQL_Expr, which ecpg
ignores, so it needs to ignore opt_distinct_clause too.

My oversight in 7cd9765f9; reported by Bruce Momjian.

Discussion: https://postgr.es/m/E1l33wr-0005sJ-9n@gemulon.postgresql.org

Files

PathChange+/−
src/interfaces/ecpg/preproc/parse.pl modified +1 −0

Discussion

Cited messages not in the archive: E1l33wr-0005sJ-9n@gemulon.postgresql.org