Change "name" nonterminal in cursor-related productions to cursor_name.
Alvaro Herrera <alvherre@alvh.no-ip.org>
Change "name" nonterminal in cursor-related productions to cursor_name. This is a preparatory patch for allowing a dynamic cursor name be used in the ECPG grammar. Author: Zoltan Boszormenyi
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +23 −20 |
| src/interfaces/ecpg/preproc/ecpg.addons | modified | +18 −18 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +3 −3 |