- Notifications
You must be signed in to change notification settings - Fork28
Commit71d6d07
committed
Allow copydir() to be interrupted.
This makes ALTER DATABASE .. SET TABLESPACE and CREATE DATABASE moresensitive to interrupts. Backpatch to 8.4, where ALTER DATABASE .. SETTABLESPACE was introduced. We could go back further, but in the absenceof complaints about the CREATE DATABASE case it doesn't seem worth it.Guillaume Lelarge, with a small correction by me.1 parent600fc1d commit71d6d07
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 |
| |
73 | 77 |
| |
74 | 78 |
| |
| |||
172 | 176 |
| |
173 | 177 |
| |
174 | 178 |
| |
| 179 | + | |
| 180 | + | |
| 181 | + | |
175 | 182 |
| |
176 | 183 |
| |
177 | 184 |
| |
|
0 commit comments
Comments
(0)