forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5184414
committed
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] abort failed transaction patchThis patch allows you to end a transaction that has failed on an errorusing the 'ABORT' statement without generating another error message.(By default you get an error unless you use 'END' to terminate thetransaction, which has already been aborted anyway.)1 parent336eb70 commit5184414
1 file changed
+15
-4
lines changedLines changed: 15 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
1265 | 1266 |
| |
1266 | 1267 |
| |
1267 | 1268 |
| |
1268 |
| - | |
| 1269 | + | |
1269 | 1270 |
| |
1270 | 1271 |
| |
1271 | 1272 |
| |
| |||
1285 | 1286 |
| |
1286 | 1287 |
| |
1287 | 1288 |
| |
1288 |
| - | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
1289 | 1300 |
| |
1290 | 1301 |
| |
1291 | 1302 |
| |
| |||
1320 | 1331 |
| |
1321 | 1332 |
| |
1322 | 1333 |
| |
1323 |
| - | |
| 1334 | + | |
1324 | 1335 |
| |
1325 | 1336 |
| |
1326 | 1337 |
| |
|
0 commit comments
Comments
(0)