forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6fc6686
committed
Clean up parsing of CREATE TRIGGER's argument list.
Use ColLabel in place of ColId, so that reserved words are accepted as ifthey were not reserved. Also, remove BCONST and XCONST, which were neverdocumented as allowed. Allowing those exposes to users an implementationdetail, namely the format in which the lexer outputs such constants, thatseems unwise to expose.No documentation change needed, since this just makes the code act morelike you'd expect from reading the CREATE TRIGGER man page.Per complaint from Szymon Guz and subsequent discussion.1 parenta0c8514 commit6fc6686
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4126 | 4126 |
| |
4127 | 4127 |
| |
4128 | 4128 |
| |
4129 |
| - | |
4130 |
| - | |
4131 |
| - | |
| 4129 | + | |
4132 | 4130 |
| |
4133 | 4131 |
| |
4134 | 4132 |
| |
|
0 commit comments
Comments
(0)