- Notifications
You must be signed in to change notification settings - Fork28
Commit004f494
committed
Add collation assignment to CALL statement
Otherwise functions that require collation information will not haveit if they are called in arguments to a CALL statement.Reported-by: Jean-Marc Voillequin <Jean-Marc.Voillequin@moodys.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/1EC8157EB499BF459A516ADCF135ADCE39FFAC54%40LON-WGMSX712.ad.moodys.net1 parentd850af4 commit004f494
File tree
3 files changed
+20
-0
lines changed- src
- backend/parser
- test/regress
- expected
- sql
3 files changed
+20
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2634 | 2634 |
| |
2635 | 2635 |
| |
2636 | 2636 |
| |
| 2637 | + | |
| 2638 | + | |
2637 | 2639 |
| |
2638 | 2640 |
| |
2639 | 2641 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 |
| |
143 | 150 |
| |
144 | 151 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
104 | 115 |
| |
105 | 116 |
| |
106 | 117 |
| |
|
0 commit comments
Comments
(0)