- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit530d0c5
committed
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
RESERV. RESERV is meant for tokens like "now" and having them in that category throws errors like these when used as an input date: stark=# SELECT 'doy'::timestamptz; ERROR: unexpected dtype 33 while parsing timestamptz "doy" LINE 1: SELECT 'doy'::timestamptz; ^ stark=# SELECT 'dow'::timestamptz; ERROR: unexpected dtype 32 while parsing timestamptz "dow" LINE 1: SELECT 'dow'::timestamptz; ^ Found by LLVM's Libfuzzer1 parent567acf2 commit530d0c5
2 files changed
+43
-42
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
| 107 | + | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
Lines changed: 40 additions & 39 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3953 | 3953 |
| |
3954 | 3954 |
| |
3955 | 3955 |
| |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
| 3959 | + | |
| 3960 | + | |
| 3961 | + | |
| 3962 | + | |
| 3963 | + | |
| 3964 | + | |
| 3965 | + | |
| 3966 | + | |
| 3967 | + | |
| 3968 | + | |
| 3969 | + | |
| 3970 | + | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
3956 | 3976 |
| |
3957 | 3977 |
| |
3958 | 3978 |
| |
| |||
3995 | 4015 |
| |
3996 | 4016 |
| |
3997 | 4017 |
| |
3998 |
| - | |
3999 |
| - | |
4000 |
| - | |
4001 |
| - | |
4002 |
| - | |
4003 |
| - | |
4004 |
| - | |
4005 |
| - | |
4006 |
| - | |
4007 |
| - | |
4008 |
| - | |
4009 |
| - | |
4010 |
| - | |
4011 |
| - | |
4012 |
| - | |
4013 |
| - | |
4014 |
| - | |
4015 |
| - | |
4016 |
| - | |
4017 | 4018 |
| |
4018 | 4019 |
| |
4019 | 4020 |
| |
| |||
4187 | 4188 |
| |
4188 | 4189 |
| |
4189 | 4190 |
| |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
| 4194 | + | |
| 4195 | + | |
| 4196 | + | |
| 4197 | + | |
| 4198 | + | |
| 4199 | + | |
| 4200 | + | |
| 4201 | + | |
| 4202 | + | |
| 4203 | + | |
| 4204 | + | |
| 4205 | + | |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
4190 | 4211 |
| |
4191 | 4212 |
| |
4192 | 4213 |
| |
| |||
4208 | 4229 |
| |
4209 | 4230 |
| |
4210 | 4231 |
| |
4211 |
| - | |
4212 |
| - | |
4213 |
| - | |
4214 |
| - | |
4215 |
| - | |
4216 |
| - | |
4217 |
| - | |
4218 |
| - | |
4219 |
| - | |
4220 |
| - | |
4221 |
| - | |
4222 |
| - | |
4223 |
| - | |
4224 |
| - | |
4225 |
| - | |
4226 |
| - | |
4227 |
| - | |
4228 |
| - | |
4229 |
| - | |
4230 |
| - | |
4231 | 4232 |
| |
4232 | 4233 |
| |
4233 | 4234 |
| |
|
0 commit comments
Comments
(0)