forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3a9e64a
committed
Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
In copy-out mode, the frontend should not send any messages until thebackend has finished streaming, by sending a CopyDone message. I'm not sureif it would be legal for the client to send a new query before receiving theCopyDone message from the backend, but trying to support that would requirebigger changes to the backend code structure.Fixes an assertion failure reported by Fujii Masao.1 parent5ddf38f commit3a9e64a
1 file changed
+16
-10
lines changedLines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
674 | 674 |
| |
675 | 675 |
| |
676 | 676 |
| |
677 |
| - | |
678 |
| - | |
679 |
| - | |
680 |
| - | |
681 |
| - | |
682 |
| - | |
| 677 | + | |
683 | 678 |
| |
684 | 679 |
| |
685 | 680 |
| |
| |||
696 | 691 |
| |
697 | 692 |
| |
698 | 693 |
| |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
699 | 707 |
| |
700 | 708 |
| |
701 | 709 |
| |
| |||
1048 | 1056 |
| |
1049 | 1057 |
| |
1050 | 1058 |
| |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 |
| - | |
| 1059 | + | |
| 1060 | + | |
1055 | 1061 |
| |
1056 | 1062 |
| |
1057 | 1063 |
| |
|
0 commit comments
Comments
(0)