forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit82e73ba
committed
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
These were added to kwlist.h as unreserved keywords in separate patches,but authors forgot to add them to the corresponding list in gram.y.Because of that, even though they were supposed to be unreserved keywords,they could not be used as identifiers. src/tools/check_keywords.pl is yourfriend.1 parent331bf67 commit82e73ba
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12302 | 12302 |
| |
12303 | 12303 |
| |
12304 | 12304 |
| |
| 12305 | + | |
12305 | 12306 |
| |
12306 | 12307 |
| |
12307 | 12308 |
| |
| |||
12325 | 12326 |
| |
12326 | 12327 |
| |
12327 | 12328 |
| |
| 12329 | + | |
12328 | 12330 |
| |
12329 | 12331 |
| |
12330 | 12332 |
| |
|
0 commit comments
Comments
(0)