forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit143b8cb
committed
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
as a variable or column name, and it's not reserved in recent versions ofthe SQL spec either. This became particularly annoying in 9.0, before thatPL/pgSQL replaced variable names in queries with parameter markers, soit was possible to use OFF and many other backend parser keywords asvariable names. Because of that, backpatch to 9.0.1 parenteda3a62 commit143b8cb
2 files changed
+14
-14
lines changedLines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
| |||
1320 | 1320 |
| |
1321 | 1321 |
| |
1322 | 1322 |
| |
1323 |
| - | |
1324 |
| - | |
1325 |
| - | |
| 1323 | + | |
1326 | 1324 |
| |
1327 | 1325 |
| |
1328 | 1326 |
| |
| |||
1334 | 1332 |
| |
1335 | 1333 |
| |
1336 | 1334 |
| |
1337 |
| - | |
| 1335 | + | |
1338 | 1336 |
| |
1339 | 1337 |
| |
1340 | 1338 |
| |
1341 |
| - | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
1342 | 1345 |
| |
1343 | 1346 |
| |
1344 | 1347 |
| |
| |||
2167 | 2170 |
| |
2168 | 2171 |
| |
2169 | 2172 |
| |
2170 |
| - | |
2171 |
| - | |
| 2173 | + | |
2172 | 2174 |
| |
2173 | 2175 |
| |
2174 | 2176 |
| |
| |||
2188 | 2190 |
| |
2189 | 2191 |
| |
2190 | 2192 |
| |
2191 |
| - | |
2192 |
| - | |
| 2193 | + | |
2193 | 2194 |
| |
2194 | 2195 |
| |
2195 | 2196 |
| |
| |||
6983 | 6984 |
| |
6984 | 6985 |
| |
6985 | 6986 |
| |
6986 |
| - | |
6987 |
| - | |
| 6987 | + | |
6988 | 6988 |
| |
6989 | 6989 |
| |
6990 | 6990 |
| |
| |||
10958 | 10958 |
| |
10959 | 10959 |
| |
10960 | 10960 |
| |
| 10961 | + | |
10961 | 10962 |
| |
10962 | 10963 |
| |
10963 | 10964 |
| |
| |||
11214 | 11215 |
| |
11215 | 11216 |
| |
11216 | 11217 |
| |
11217 |
| - | |
11218 | 11218 |
| |
11219 | 11219 |
| |
11220 | 11220 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
|
0 commit comments
Comments
(0)