forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba26aee
committed
Reduce COPY IN lock from AccessExclusive to a more reasonable
RowExclusive (my fault). Also, install a check to prevent peoplefrom trying COPY BINARY to stdout/from stdin. No way that willwork unless we redesign the frontend COPY protocol ... which isnot worth the trouble in the near future ...1 parent52d95db commitba26aee
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 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 |
| |
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 | 284 |
| |
289 |
| - | |
| 285 | + | |
290 | 286 |
| |
291 | 287 |
| |
292 | 288 |
| |
| |||
295 | 291 |
| |
296 | 292 |
| |
297 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
298 | 300 |
| |
299 | 301 |
| |
300 | 302 |
| |
|
0 commit comments
Comments
(0)