forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2d59643
committed
Account for collation when coercing the output of a SQL function.
Commit913bbd8 overlooked that the result of coerce_to_target_typemight need collation fixups. Per report from Andreas Joseph Krogh.Discussion:https://postgr.es/m/VisenaEmail.72.37d08ec2b8cb8fb5.17179940cd3@tc7-visena1 parent0516f94 commit2d59643
File tree
3 files changed
+25
-1
lines changed- src
- backend/executor
- test/regress
- expected
- sql
3 files changed
+25
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
1989 | 1990 |
| |
1990 | 1991 |
| |
1991 | 1992 |
| |
| 1993 | + | |
1992 | 1994 |
| |
1993 | 1995 |
| |
1994 | 1996 |
| |
| |||
2007 | 2009 |
| |
2008 | 2010 |
| |
2009 | 2011 |
| |
| 2012 | + | |
2010 | 2013 |
| |
2011 | 2014 |
| |
2012 | 2015 |
| |
|
Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
539 | 551 |
| |
540 | 552 |
| |
541 | 553 |
| |
| |||
682 | 694 |
| |
683 | 695 |
| |
684 | 696 |
| |
685 |
| - | |
| 697 | + | |
686 | 698 |
| |
687 | 699 |
| |
688 | 700 |
| |
| |||
694 | 706 |
| |
695 | 707 |
| |
696 | 708 |
| |
| 709 | + | |
697 | 710 |
| |
698 | 711 |
| |
699 | 712 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
180 | 188 |
| |
181 | 189 |
| |
182 | 190 |
| |
|
0 commit comments
Comments
(0)