forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfbcf2cf
committed
Fix an ancient typo that prevented the detection of conflicting fields when
interval input "invalid" was specified together with other fields. Spottedby Neil Conway with the help of a clang warning. Although this has beenwrong since the interval code was written more than 10 years ago, it doesn'taffect anything beyond which error message you get for a wrong input, so notworth back-patching very far.1 parent67becf8 commitfbcf2cf
File tree
2 files changed
+4
-4
lines changed- src
- backend/utils/adt
- interfaces/ecpg/pgtypeslib
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 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 |
| |
| |||
3098 | 3098 |
| |
3099 | 3099 |
| |
3100 | 3100 |
| |
3101 |
| - | |
| 3101 | + | |
3102 | 3102 |
| |
3103 | 3103 |
| |
3104 | 3104 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
| 609 | + | |
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
|
0 commit comments
Comments
(0)