forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d9f963
committed
Fix errors in copyfuncs/equalfuncs support for JSON node types.
Noted while comparing existing code to the output of the proposedpatch to automate creation of these functions. Some of the changesare just cosmetic, but others represent real bugs. I've notattempted to analyze the user-visible impact.Back-patch to v15 where this code came in.Discussion:https://postgr.es/m/1794155.1656984188@sss.pgh.pa.us1 parent054325c commit8d9f963
2 files changed
+28
-8
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2703 | 2703 |
| |
2704 | 2704 |
| |
2705 | 2705 |
| |
2706 |
| - | |
| 2706 | + | |
| 2707 | + | |
2707 | 2708 |
| |
2708 | 2709 |
| |
2709 | 2710 |
| |
| |||
2721 | 2722 |
| |
2722 | 2723 |
| |
2723 | 2724 |
| |
2724 |
| - | |
| 2725 | + | |
2725 | 2726 |
| |
2726 | 2727 |
| |
2727 | 2728 |
| |
2728 | 2729 |
| |
2729 | 2730 |
| |
2730 |
| - | |
| 2731 | + | |
2731 | 2732 |
| |
2732 | 2733 |
| |
2733 | 2734 |
| |
| |||
2742 | 2743 |
| |
2743 | 2744 |
| |
2744 | 2745 |
| |
2745 |
| - | |
2746 | 2746 |
| |
2747 | 2747 |
| |
2748 |
| - | |
| 2748 | + | |
| 2749 | + | |
2749 | 2750 |
| |
2750 | 2751 |
| |
2751 | 2752 |
| |
|
Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
150 | 163 |
| |
151 | 164 |
| |
152 | 165 |
| |
153 | 166 |
| |
154 | 167 |
| |
| 168 | + | |
155 | 169 |
| |
156 | 170 |
| |
157 |
| - | |
| 171 | + | |
| 172 | + | |
158 | 173 |
| |
159 | 174 |
| |
160 | 175 |
| |
| |||
166 | 181 |
| |
167 | 182 |
| |
168 | 183 |
| |
169 |
| - | |
| 184 | + | |
| 185 | + | |
170 | 186 |
| |
171 | 187 |
| |
172 | 188 |
| |
173 | 189 |
| |
174 | 190 |
| |
175 |
| - | |
| 191 | + | |
176 | 192 |
| |
177 | 193 |
| |
178 | 194 |
| |
| |||
4405 | 4421 |
| |
4406 | 4422 |
| |
4407 | 4423 |
| |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
4408 | 4427 |
| |
4409 | 4428 |
| |
4410 | 4429 |
| |
|
0 commit comments
Comments
(0)