Commit 7aa81c6
File tree
Expand file treeCollapse file tree
4 files changed
+40
-18
lines changedFilter options
- src
- backend/utils/adt
- test/regress
- expected
- sql
Expand file treeCollapse file tree
4 files changed
+40
-18
lines changedsrc/backend/utils/adt/date.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/date.c+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
347 | 347 |
|
348 | 348 |
|
349 | 349 |
|
350 |
| - |
351 |
| - |
352 |
| - |
353 |
| - |
| 350 | + |
354 | 351 |
|
355 | 352 |
|
356 | 353 |
|
| ||
375 | 372 |
|
376 | 373 |
|
377 | 374 |
|
378 |
| - |
379 |
| - |
380 |
| - |
381 |
| - |
| 375 | + |
382 | 376 |
|
383 | 377 |
|
384 | 378 |
|
|
src/backend/utils/adt/timestamp.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/timestamp.c+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1606 | 1606 |
|
1607 | 1607 |
|
1608 | 1608 |
|
1609 |
| - |
1610 |
| - |
1611 |
| - |
1612 |
| - |
| 1609 | + |
1613 | 1610 |
|
1614 | 1611 |
|
1615 | 1612 |
|
| ||
1627 | 1624 |
|
1628 | 1625 |
|
1629 | 1626 |
|
1630 |
| - |
1631 |
| - |
1632 |
| - |
1633 |
| - |
| 1627 | + |
1634 | 1628 |
|
1635 | 1629 |
|
1636 | 1630 |
|
|
src/test/regress/expected/expressions.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/expressions.out+30-1Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
60 | 89 |
|
61 | 90 |
|
62 | 91 |
|
|
src/test/regress/sql/expressions.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/expressions.sql+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
26 | 31 |
|
27 | 32 |
|
28 | 33 |
|
|
0 commit comments