forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit33dd895
committed
Introduce float4in_internal
This is the guts of float4in, callable as a routine to input floats,which will be useful in an upcoming patch for allowing soft errors inthe seg module's input function.A similar operation was performed some years ago for float8in incommit50861cd.Reviewed by Tom LaneDiscussion:https://postgr.es/m/cee4e426-d014-c0b7-aa22-a659f2cd9130@dunslane.net1 parenteb706fd commit33dd895
2 files changed
+45
-15
lines changedLines changed: 42 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
168 | 186 |
| |
169 | 187 |
| |
170 | 188 |
| |
171 | 189 |
| |
172 | 190 |
| |
173 |
| - | |
| 191 | + | |
| 192 | + | |
174 | 193 |
| |
175 | 194 |
| |
176 |
| - | |
177 | 195 |
| |
178 | 196 |
| |
179 | 197 |
| |
| |||
184 | 202 |
| |
185 | 203 |
| |
186 | 204 |
| |
187 |
| - | |
| 205 | + | |
188 | 206 |
| |
189 | 207 |
| |
190 |
| - | |
| 208 | + | |
191 | 209 |
| |
192 | 210 |
| |
193 | 211 |
| |
| |||
258 | 276 |
| |
259 | 277 |
| |
260 | 278 |
| |
261 |
| - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
262 | 286 |
| |
263 | 287 |
| |
264 |
| - | |
| 288 | + | |
| 289 | + | |
265 | 290 |
| |
266 | 291 |
| |
267 |
| - | |
| 292 | + | |
268 | 293 |
| |
269 | 294 |
| |
270 |
| - | |
| 295 | + | |
271 | 296 |
| |
272 | 297 |
| |
273 | 298 |
| |
274 | 299 |
| |
275 | 300 |
| |
276 | 301 |
| |
277 |
| - | |
278 |
| - | |
279 |
| - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
280 | 307 |
| |
281 | 308 |
| |
282 |
| - | |
| 309 | + | |
283 | 310 |
| |
284 |
| - | |
| 311 | + | |
285 | 312 |
| |
286 | 313 |
| |
287 | 314 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
|
0 commit comments
Comments
(0)