forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4a4c3d
committed
Suppress compiler warning in new jsonb_plperl code.
Some compilers are evidently pickier than others about whether Perl'sI32 typedef should be considered equivalent to int. Dodge the problemby using a separate variable; the prior coding was a bit confusing anyway.Per buildfarm. Note this does nothing to fix the test failures due toSV_to_JsonbValue not covering enough variable types.1 parent242408d commitd4a4c3d
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| 153 | + | |
| 154 | + | |
153 | 155 |
| |
154 | 156 |
| |
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
160 |
| - | |
| 162 | + | |
161 | 163 |
| |
162 |
| - | |
| 164 | + | |
| 165 | + | |
163 | 166 |
| |
164 | 167 |
| |
165 | 168 |
| |
|
0 commit comments
Comments
(0)