forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb80507
committed
Simplify some SPI tests of PL/Python
These tests relied on both next() and __next__(), but only the former isneeded since Python 2 support has been removed, so let's simplify a bitthe tests.Author: Erik WienholdDiscussion:https://postgr.es/m/173209043143.2092749.13692266486972491694@wrigleys.postgresql.org1 parent2ff7c91 commitdb80507
File tree
2 files changed
+10
-36
lines changed- src/pl/plpython
- expected
- sql
2 files changed
+10
-36
lines changedLines changed: 5 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
323 | 323 |
| |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
| 324 | + | |
328 | 325 |
| |
329 | 326 |
| |
330 | 327 |
| |
| |||
334 | 331 |
| |
335 | 332 |
| |
336 | 333 |
| |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
| 334 | + | |
342 | 335 |
| |
343 | 336 |
| |
344 | 337 |
| |
| |||
357 | 350 |
| |
358 | 351 |
| |
359 | 352 |
| |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
| 353 | + | |
364 | 354 |
| |
365 | 355 |
| |
366 | 356 |
| |
| |||
370 | 360 |
| |
371 | 361 |
| |
372 | 362 |
| |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
| 363 | + | |
377 | 364 |
| |
378 | 365 |
| |
379 | 366 |
| |
|
Lines changed: 5 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
| 223 | + | |
227 | 224 |
| |
228 | 225 |
| |
229 | 226 |
| |
| |||
234 | 231 |
| |
235 | 232 |
| |
236 | 233 |
| |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
| 234 | + | |
242 | 235 |
| |
243 | 236 |
| |
244 | 237 |
| |
| |||
259 | 252 |
| |
260 | 253 |
| |
261 | 254 |
| |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
| 255 | + | |
266 | 256 |
| |
267 | 257 |
| |
268 | 258 |
| |
| |||
273 | 263 |
| |
274 | 264 |
| |
275 | 265 |
| |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
| 266 | + | |
280 | 267 |
| |
281 | 268 |
| |
282 | 269 |
| |
|
0 commit comments
Comments
(0)