forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commitd11d8d0
committed
Fix time_larger, time_smaller, timetz_larger, timetz_smaller to meet
nodeAgg.c's expectation that aggregate transition functions never returnpointers to their input values. This is fixed in a much better way incurrent sources, but in 7.0.* it's gotta be done like this.1 parent4093838 commitd11d8d0
1 file changed
+25
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
499 | 504 | | |
500 | 505 | | |
501 | 506 | | |
502 | 507 | | |
503 | 508 | | |
504 | | - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
505 | 515 | | |
506 | 516 | | |
507 | 517 | | |
| |||
742 | 752 | | |
743 | 753 | | |
744 | 754 | | |
745 | | - | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
746 | 761 | | |
747 | 762 | | |
748 | 763 | | |
749 | 764 | | |
750 | 765 | | |
751 | | - | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
752 | 772 | | |
753 | 773 | | |
754 | 774 | | |
| |||
0 commit comments
Comments
(0)