forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5656683

Etsuro Fujita
postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
Commit85c6961 introduced this function to deduplicate code in thetransaction callback functions, but the SQL command passed as anargument to it was useless when it returned before aborting a remotetransaction using the command. Modify pgfdw_abort_cleanup() so that itconstructs the command when/if necessary, as before, removing theargument from it. Also update comments in pgfdw_abort_cleanup() and oneof the calling functions.Etsuro Fujita, reviewed by David Zhang.Discussion:https://postgr.es/m/CAPmGK158hrd%3DZfXmgkmNFHivgh18e4oE2Gz151C2Q4OBDjZ08A%40mail.gmail.com1 parentad8759b commit5656683
1 file changed
+15
-14
lines changedLines changed: 15 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
114 |
| - | |
| 113 | + | |
115 | 114 |
| |
116 | 115 |
| |
117 | 116 |
| |
| |||
1015 | 1014 |
| |
1016 | 1015 |
| |
1017 | 1016 |
| |
1018 |
| - | |
1019 |
| - | |
| 1017 | + | |
| 1018 | + | |
1020 | 1019 |
| |
1021 | 1020 |
| |
1022 | 1021 |
| |
| |||
1109 | 1108 |
| |
1110 | 1109 |
| |
1111 | 1110 |
| |
1112 |
| - | |
1113 |
| - | |
1114 |
| - | |
1115 |
| - | |
| 1111 | + | |
1116 | 1112 |
| |
1117 | 1113 |
| |
1118 | 1114 |
| |
| |||
1465 | 1461 |
| |
1466 | 1462 |
| |
1467 | 1463 |
| |
1468 |
| - | |
1469 |
| - | |
1470 |
| - | |
1471 |
| - | |
| 1464 | + | |
1472 | 1465 |
| |
1473 | 1466 |
| |
1474 | 1467 |
| |
1475 | 1468 |
| |
1476 | 1469 |
| |
1477 | 1470 |
| |
1478 | 1471 |
| |
1479 |
| - | |
| 1472 | + | |
1480 | 1473 |
| |
| 1474 | + | |
| 1475 | + | |
1481 | 1476 |
| |
1482 | 1477 |
| |
1483 | 1478 |
| |
| |||
1509 | 1504 |
| |
1510 | 1505 |
| |
1511 | 1506 |
| |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
1512 | 1513 |
| |
1513 |
| - | |
| 1514 | + | |
1514 | 1515 |
| |
1515 | 1516 |
| |
1516 | 1517 |
| |
|
0 commit comments
Comments
(0)