mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
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
This commit is contained in:
parent
50bebc1ae1
commit
3fc81ce459
@ -71,6 +71,7 @@ my %replace_types = (
|
||||
'type_function_name' => 'ignore',
|
||||
'ColLabel' => 'ignore',
|
||||
'Sconst' => 'ignore',
|
||||
'opt_distinct_clause' => 'ignore',
|
||||
'PLpgSQL_Expr' => 'ignore',
|
||||
'PLAssignStmt' => 'ignore',
|
||||
'plassign_target' => 'ignore',
|
||||
|
Loading…
Reference in New Issue
Block a user