forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29fa051
committed
When executing a list of queries derived from rule expansion,
_SPI_execute_plan's return code should reflect the type of the querythat is marked canSetTag, not necessarily the last one in the list.This is arguably a bug fix, but I'm hesitant to back-patch it becauseit's the sort of subtle change that might break someone's code, and it'sbest not to do that kind of thing in point releases.1 parentc859294 commit29fa051
1 file changed
+12
-7
lines changedLines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 |
| - | |
| 1309 | + | |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 | 1312 |
| |
| |||
1364 | 1364 |
| |
1365 | 1365 |
| |
1366 | 1366 |
| |
| 1367 | + | |
1367 | 1368 |
| |
1368 | 1369 |
| |
1369 | 1370 |
| |
| |||
1380 | 1381 |
| |
1381 | 1382 |
| |
1382 | 1383 |
| |
1383 |
| - | |
| 1384 | + | |
1384 | 1385 |
| |
1385 | 1386 |
| |
1386 | 1387 |
| |
1387 | 1388 |
| |
1388 | 1389 |
| |
1389 | 1390 |
| |
1390 | 1391 |
| |
1391 |
| - | |
| 1392 | + | |
1392 | 1393 |
| |
1393 | 1394 |
| |
1394 | 1395 |
| |
1395 | 1396 |
| |
1396 |
| - | |
| 1397 | + | |
1397 | 1398 |
| |
1398 | 1399 |
| |
1399 | 1400 |
| |
| |||
1459 | 1460 |
| |
1460 | 1461 |
| |
1461 | 1462 |
| |
1462 |
| - | |
| 1463 | + | |
1463 | 1464 |
| |
1464 | 1465 |
| |
1465 | 1466 |
| |
| |||
1469 | 1470 |
| |
1470 | 1471 |
| |
1471 | 1472 |
| |
| 1473 | + | |
1472 | 1474 |
| |
1473 | 1475 |
| |
1474 | 1476 |
| |
| |||
1477 | 1479 |
| |
1478 | 1480 |
| |
1479 | 1481 |
| |
| 1482 | + | |
| 1483 | + | |
1480 | 1484 |
| |
| 1485 | + | |
1481 | 1486 |
| |
1482 | 1487 |
| |
1483 | 1488 |
| |
| |||
1503 | 1508 |
| |
1504 | 1509 |
| |
1505 | 1510 |
| |
1506 |
| - | |
| 1511 | + | |
1507 | 1512 |
| |
1508 | 1513 |
| |
1509 | 1514 |
| |
|
0 commit comments
Comments
(0)