forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite1c76c2
committed
Change fd.c so that temp files are closed and deleted at
proc_exit time. I discovered that if the frontend closes the connectionwhen you're inside a transaction block, there is nothing ensuring thattemp files go away ... I wonder whether proc_exit ought to try to do anexplicit transaction abort?1 parent887afac commite1c76c2
1 file changed
+9
-5
lines changedLines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| |||
442 | 443 |
| |
443 | 444 |
| |
444 | 445 |
| |
| 446 | + | |
| 447 | + | |
| 448 | + | |
445 | 449 |
| |
446 | 450 |
| |
447 | 451 |
| |
| |||
985 | 989 |
| |
986 | 990 |
| |
987 | 991 |
| |
988 |
| - | |
989 |
| - | |
990 |
| - | |
991 |
| - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
992 | 996 |
| |
993 | 997 |
| |
994 | 998 |
| |
|
0 commit comments
Comments
(0)