forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit47d6d44
committed
Abort a FETCH_COUNT-controlled query if we observe any I/O error on the
output stream. This typically indicates that the user quit out of $PAGER,or that we are writing to a file and ran out of disk space. In either casewe shouldn't bother to continue fetching data.Stephen Frost1 parentece869b commit47d6d44
1 file changed
+22
-8
lines changedLines changed: 22 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
982 | 982 |
| |
983 | 983 |
| |
984 | 984 |
| |
| 985 | + | |
985 | 986 |
| |
986 | 987 |
| |
987 | 988 |
| |
| |||
1045 | 1046 |
| |
1046 | 1047 |
| |
1047 | 1048 |
| |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
1048 | 1052 |
| |
1049 | 1053 |
| |
1050 | 1054 |
| |
| |||
1096 | 1100 |
| |
1097 | 1101 |
| |
1098 | 1102 |
| |
1099 |
| - | |
1100 |
| - | |
1101 |
| - | |
1102 |
| - | |
1103 |
| - | |
| 1103 | + | |
1104 | 1104 |
| |
1105 | 1105 |
| |
1106 | 1106 |
| |
1107 | 1107 |
| |
1108 | 1108 |
| |
1109 |
| - | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1110 | 1116 |
| |
1111 |
| - | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
1112 | 1126 |
| |
1113 | 1127 |
| |
1114 | 1128 |
| |
|
0 commit comments
Comments
(0)