forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb17ce62
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 thatcategory 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 parent74fc81e commitb17ce62
2 files changed
+43
-43
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
| 106 | + | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
|
Lines changed: 40 additions & 40 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4465 | 4465 |
| |
4466 | 4466 |
| |
4467 | 4467 |
| |
| 4468 | + | |
| 4469 | + | |
| 4470 | + | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
| 4474 | + | |
| 4475 | + | |
| 4476 | + | |
| 4477 | + | |
| 4478 | + | |
| 4479 | + | |
| 4480 | + | |
| 4481 | + | |
| 4482 | + | |
| 4483 | + | |
| 4484 | + | |
| 4485 | + | |
| 4486 | + | |
| 4487 | + | |
4468 | 4488 |
| |
4469 | 4489 |
| |
4470 | 4490 |
| |
| |||
4488 | 4508 |
| |
4489 | 4509 |
| |
4490 | 4510 |
| |
4491 |
| - | |
4492 |
| - | |
4493 |
| - | |
4494 |
| - | |
4495 |
| - | |
4496 |
| - | |
4497 |
| - | |
4498 |
| - | |
4499 |
| - | |
4500 |
| - | |
4501 |
| - | |
4502 |
| - | |
4503 |
| - | |
4504 |
| - | |
4505 |
| - | |
4506 |
| - | |
4507 |
| - | |
4508 |
| - | |
4509 |
| - | |
4510 |
| - | |
4511 | 4511 |
| |
4512 | 4512 |
| |
4513 | 4513 |
| |
| |||
4679 | 4679 |
| |
4680 | 4680 |
| |
4681 | 4681 |
| |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
| 4687 | + | |
| 4688 | + | |
| 4689 | + | |
| 4690 | + | |
| 4691 | + | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
4682 | 4702 |
| |
4683 | 4703 |
| |
4684 | 4704 |
| |
| |||
4700 | 4720 |
| |
4701 | 4721 |
| |
4702 | 4722 |
| |
4703 |
| - | |
4704 |
| - | |
4705 |
| - | |
4706 |
| - | |
4707 |
| - | |
4708 |
| - | |
4709 |
| - | |
4710 |
| - | |
4711 |
| - | |
4712 |
| - | |
4713 |
| - | |
4714 |
| - | |
4715 |
| - | |
4716 |
| - | |
4717 |
| - | |
4718 |
| - | |
4719 |
| - | |
4720 |
| - | |
4721 |
| - | |
4722 |
| - | |
4723 | 4723 |
| |
4724 | 4724 |
| |
4725 | 4725 |
| |
|
0 commit comments
Comments
(0)