forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53cedca
committed
Retire xlateSqlType/xlateSqlFunc; all type name translations are now
handled as special productions. This is needed to keep us honest aboutuser-schema type names that happen to coincide with system type names.Per pghackers discussion 24-Apr. To avoid bloating the keyword listtoo much, I removed the translations for datetime, timespan, and lztext,all of which were slated for destruction several versions back anyway.1 parentc2def1b commit53cedca
File tree
12 files changed
+186
-186
lines changed- src
- backend
- commands
- parser
- include
- catalog
- parser
- pl/plpgsql/src
- test/regress
- expected
- sql
12 files changed
+186
-186
lines changedLines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
141 | 143 |
| |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 144 | + | |
| 145 | + | |
145 | 146 |
| |
146 |
| - | |
| 147 | + | |
| 148 | + | |
147 | 149 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 150 | + | |
| 151 | + | |
151 | 152 |
| |
152 | 153 |
| |
153 | 154 |
| |
|
0 commit comments
Comments
(0)